Class: Google::Cloud::DataCatalog::V1::SerializedTaxonomy

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

Returns A list of policy types that are activated per taxonomy.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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