Class SerializedTaxonomy (3.11.0)

SerializedTaxonomy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
display_name str
Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
description str
Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
policy_tags MutableSequence[google.cloud.datacatalog_v1.types.SerializedPolicyTag]
Top level policy tags associated with the taxonomy, if any.
activated_policy_types MutableSequence[google.cloud.datacatalog_v1.types.Taxonomy.PolicyType]
A list of policy types that are activated per taxonomy.