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.
Implements
IMessageSerializedTaxonomy, IEquatableSerializedTaxonomy, IDeepCloneableSerializedTaxonomy, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
SerializedTaxonomy()
public SerializedTaxonomy()
SerializedTaxonomy(SerializedTaxonomy)
public SerializedTaxonomy(SerializedTaxonomy other)
Parameter | |
---|---|
Name | Description |
other |
SerializedTaxonomy |
Properties
ActivatedPolicyTypes
public RepeatedField<Taxonomy.Types.PolicyType> ActivatedPolicyTypes { get; }
A list of policy types that are activated per taxonomy.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
Property Value | |
---|---|
Type | Description |
string |
PolicyTags
public RepeatedField<SerializedPolicyTag> PolicyTags { get; }
Top level policy tags associated with the taxonomy, if any.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSerializedPolicyTag |