Data Catalog v1 API - Class SerializedTaxonomy (2.11.0)

public sealed class SerializedTaxonomy : IMessage<SerializedTaxonomy>, IEquatable<SerializedTaxonomy>, IDeepCloneable<SerializedTaxonomy>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class SerializedTaxonomy.

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

Inheritance

object > SerializedTaxonomy

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

SerializedTaxonomy()

public SerializedTaxonomy()

SerializedTaxonomy(SerializedTaxonomy)

public SerializedTaxonomy(SerializedTaxonomy other)
Parameter
NameDescription
otherSerializedTaxonomy

Properties

ActivatedPolicyTypes

public RepeatedField<Taxonomy.Types.PolicyType> ActivatedPolicyTypes { get; }

A list of policy types that are activated per taxonomy.

Property Value
TypeDescription
RepeatedFieldTaxonomyTypesPolicyType

Description

public string Description { get; set; }

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

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
string

PolicyTags

public RepeatedField<SerializedPolicyTag> PolicyTags { get; }

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

Property Value
TypeDescription
RepeatedFieldSerializedPolicyTag