Class: Google::Cloud::DataCatalog::V1::SerializedTaxonomy
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::SerializedTaxonomy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb
Overview
A nested protocol buffer that represents a taxonomy and the hierarchy of its policy tags. Used for taxonomy replacement, import, and export.
Instance Attribute Summary collapse
-
#activated_policy_types ⇒ ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy::PolicyType>
A list of policy types that are activated per taxonomy.
-
#description ⇒ ::String
Description of the serialized taxonomy.
-
#display_name ⇒ ::String
Required.
-
#policy_tags ⇒ ::Array<::Google::Cloud::DataCatalog::V1::SerializedPolicyTag>
Top level policy tags associated with the taxonomy, if any.
Instance Attribute Details
#activated_policy_types ⇒ ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy::PolicyType>
Returns A list of policy types that are activated per taxonomy.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 41 class SerializedTaxonomy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 41 class SerializedTaxonomy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 41 class SerializedTaxonomy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_tags ⇒ ::Array<::Google::Cloud::DataCatalog::V1::SerializedPolicyTag>
Returns Top level policy tags associated with the taxonomy, if any.
41 42 43 44 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 41 class SerializedTaxonomy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |