Class: Google::Cloud::DataCatalog::V1::CreateTagRequest

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

Overview

Request message for CreateTag.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The name of the resource to attach this tag to.

Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags.

Note: The tag and its child resources might not be stored in the location specified in its name.

Returns:

  • (::String)

    Required. The name of the resource to attach this tag to.

    Tags can be attached to entries or entry groups. An entry can have up to 1000 attached tags.

    Note: The tag and its child resources might not be stored in the location specified in its name.



1162
1163
1164
1165
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1162

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

#tag::Google::Cloud::DataCatalog::V1::Tag

Returns Required. The tag to create.

Returns:



1162
1163
1164
1165
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 1162

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