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. Example:

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

Note that this Tag and its child resources may not actually be stored in the location in this name.

Returns:

  • (::String)

    Required. The name of the resource to attach this tag to. Tags can be attached to Entries. Example:

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

    Note that this Tag and its child resources may not actually be stored in the location in this name.



568
569
570
571
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 568

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:



568
569
570
571
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 568

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