Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1TaggedEntry

Wrapper containing Entry and information about Tags that should and should not be attached to it.

Inheritance
object
GoogleCloudDatacatalogV1TaggedEntry
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX