Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1ReconcileTagsMetadata

Long-running operation metadata message returned by the ReconcileTags.

Inheritance
object
GoogleCloudDatacatalogV1ReconcileTagsMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ReconcileTagsMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

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>

State

State of the reconciliation operation.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX