Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::SerializedTaxonomy (v0.13.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::SerializedTaxonomy.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#activated_policy_types

def activated_policy_types() -> ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy::PolicyType>
Returns

#activated_policy_types=

def activated_policy_types=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::Taxonomy::PolicyType>
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
Returns
  • (::String) — Description of the serialized taxonomy. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.
Returns
  • (::String) — Required. Display name of the taxonomy. At most 200 bytes when encoded in UTF-8.

#policy_tags

def policy_tags() -> ::Array<::Google::Cloud::DataCatalog::V1::SerializedPolicyTag>
Returns

#policy_tags=

def policy_tags=(value) -> ::Array<::Google::Cloud::DataCatalog::V1::SerializedPolicyTag>
Parameter
Returns