Class: Google::Cloud::DataCatalog::V1beta1::SerializedTaxonomy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1beta1/policytagmanagerserialization.rb

Overview

Message capturing a taxonomy and its policy tag hierarchy as a nested proto. Used for taxonomy import/export and mutation.

Instance Attribute Summary collapse

Instance Attribute Details

#activated_policy_types::Array<::Google::Cloud::DataCatalog::V1beta1::Taxonomy::PolicyType>

Returns A list of policy types that are activated for a taxonomy.

Returns:



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1beta1/policytagmanagerserialization.rb', line 41

class SerializedTaxonomy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns Description of the serialized taxonomy. The length of the description is limited to 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

Returns:

  • (::String)

    Description of the serialized taxonomy. The length of the description is limited to 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/v1beta1/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. Max 200 bytes when encoded in UTF-8.

Returns:

  • (::String)

    Required. Display name of the taxonomy. Max 200 bytes when encoded in UTF-8.



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1beta1/policytagmanagerserialization.rb', line 41

class SerializedTaxonomy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#policy_tags::Array<::Google::Cloud::DataCatalog::V1beta1::SerializedPolicyTag>

Returns Top level policy tags associated with the taxonomy if any.

Returns:



41
42
43
44
# File 'proto_docs/google/cloud/datacatalog/v1beta1/policytagmanagerserialization.rb', line 41

class SerializedTaxonomy
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end