Class SerializedTaxonomy (1.2.0)

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

Message representing a taxonomy, including its policy tags in hierarchy, as a nested proto. 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
RepeatedField<Taxonomy.Types.PolicyType>

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
RepeatedField<SerializedPolicyTag>