Class GoogleCloudDatacatalogV1TaggedEntry
Wrapper containing Entry and information about Tags that should and should not be attached to it.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1TaggedEntry : IDirectResponseSchema
Properties
AbsentTags
Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
Declaration
[JsonProperty("absentTags")]
public virtual IList<GoogleCloudDatacatalogV1Tag> AbsentTags { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1Tag> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PresentTags
Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
Declaration
[JsonProperty("presentTags")]
public virtual IList<GoogleCloudDatacatalogV1Tag> PresentTags { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDatacatalogV1Tag> |
V1Entry
Non-encrypted Data Catalog v1 Entry.
Declaration
[JsonProperty("v1Entry")]
public virtual GoogleCloudDatacatalogV1Entry V1Entry { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1Entry |