public sealed class MetadataManagementActivity : IMessage<MetadataManagementActivity>, IEquatable<MetadataManagementActivity>, IDeepCloneable<MetadataManagementActivity>, IBufferMessage, IMessage
The metadata management activities of the metastore service.
Implements
IMessage<MetadataManagementActivity>, IEquatable<MetadataManagementActivity>, IDeepCloneable<MetadataManagementActivity>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
MetadataManagementActivity()
public MetadataManagementActivity()
MetadataManagementActivity(MetadataManagementActivity)
public MetadataManagementActivity(MetadataManagementActivity other)
Parameter | |
---|---|
Name | Description |
other | MetadataManagementActivity |
Properties
MetadataExports
public RepeatedField<MetadataExport> MetadataExports { get; }
Output only. The latest metadata exports of the metastore service.
Property Value | |
---|---|
Type | Description |
RepeatedField<MetadataExport> |
Restores
public RepeatedField<Restore> Restores { get; }
Output only. The latest restores of the metastore service.
Property Value | |
---|---|
Type | Description |
RepeatedField<Restore> |