Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1SerializedTaxonomy

A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.

Inheritance
object
GoogleCloudDatacatalogV1SerializedTaxonomy
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 GoogleCloudDatacatalogV1SerializedTaxonomy : IDirectResponseSchema

Properties

ActivatedPolicyTypes

A list of policy types that are activated per taxonomy.

Declaration
[JsonProperty("activatedPolicyTypes")]
public virtual IList<string> ActivatedPolicyTypes { get; set; }
Property Value
Type Description
IList<string>

Description

Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

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

DisplayName

Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

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

ETag

The ETag of the item.

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

PolicyTags

Top level policy tags associated with the taxonomy, if any.

Declaration
[JsonProperty("policyTags")]
public virtual IList<GoogleCloudDatacatalogV1SerializedPolicyTag> PolicyTags { get; set; }
Property Value
Type Description
IList<GoogleCloudDatacatalogV1SerializedPolicyTag>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX