Class GoogleCloudDatacatalogV1ReconcileTagsMetadata
Long-running operation metadata message returned by the ReconcileTags.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1beta1.Data
Assembly: Google.Apis.DataCatalog.v1beta1.dll
Syntax
public class GoogleCloudDatacatalogV1ReconcileTagsMetadata : IDirectResponseSchema
Properties
Errors
Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status.
Declaration
[JsonProperty("errors")]
public virtual IDictionary<string, Status> Errors { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Status> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
State
State of the reconciliation operation.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |