Class: Google::Cloud::DataCatalog::V1::SerializedPolicyTag

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 policy tag and all its descendants.

Instance Attribute Summary collapse

Instance Attribute Details

#child_policy_tags::Array<::Google::Cloud::DataCatalog::V1::SerializedPolicyTag>

Returns Children of the policy tag, if any.

Returns:



65
66
67
68
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 65

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

#description::String

Returns Description of the serialized policy tag. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.

Returns:

  • (::String)

    Description of the serialized policy tag. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.



65
66
67
68
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 65

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

#display_name::String

Returns Required. Display name of the policy tag. At most 200 bytes when encoded in UTF-8.

Returns:

  • (::String)

    Required. Display name of the policy tag. At most 200 bytes when encoded in UTF-8.



65
66
67
68
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 65

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

#policy_tag::String

Returns Resource name of the policy tag.

This field is ignored when calling ImportTaxonomies.

Returns:

  • (::String)

    Resource name of the policy tag.

    This field is ignored when calling ImportTaxonomies.



65
66
67
68
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 65

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