Class GoogleCloudDatacatalogV1ReconcileTagsRequest
Request message for ReconcileTags.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1ReconcileTagsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForceDeleteMissing
Declaration
[JsonProperty("forceDeleteMissing")]
public virtual bool? ForceDeleteMissing { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
TagTemplate
Required. The name of the tag template, which is used for reconciliation.
Declaration
[JsonProperty("tagTemplate")]
public virtual string TagTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Tags
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified
in the ReconcileTagsRequest. The sole entry and each of its columns must be mentioned at most once.
Declaration
[JsonProperty("tags")]
public virtual IList<GoogleCloudDatacatalogV1Tag> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDatacatalogV1Tag> |