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. An entry can have up to 1000 attached tags. Example:

projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}

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. An entry can have up to 1000 attached tags. Example:

    projects/{project_id}/locations/{location}/entryGroups/{entry_group_id}/entries/{entry_id}

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



640
641
642
643
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 640

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:



640
641
642
643
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 640

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