public sealed class ReconcileTagsMetadata : IMessage<ReconcileTagsMetadata>, IEquatable<ReconcileTagsMetadata>, IDeepCloneable<ReconcileTagsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class ReconcileTagsMetadata.
[Long-running operation][google.longrunning.Operation] metadata message returned by the [ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].
Implements
IMessageReconcileTagsMetadata, IEquatableReconcileTagsMetadata, IDeepCloneableReconcileTagsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ReconcileTagsMetadata()
public ReconcileTagsMetadata()
ReconcileTagsMetadata(ReconcileTagsMetadata)
public ReconcileTagsMetadata(ReconcileTagsMetadata other)
Parameter | |
---|---|
Name | Description |
other | ReconcileTagsMetadata |
Properties
Errors
public MapField<string, Status> Errors { get; }
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation [status][google.rpc.Status].
Property Value | |
---|---|
Type | Description |
MapFieldstringStatus |
State
public ReconcileTagsMetadata.Types.ReconciliationState State { get; set; }
State of the reconciliation operation.
Property Value | |
---|---|
Type | Description |
ReconcileTagsMetadataTypesReconciliationState |