Class: Google::Cloud::DataCatalog::V1beta1::CreateTagRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1beta1/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.



581
582
583
584
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 581

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

#tag::Google::Cloud::DataCatalog::V1beta1::Tag

Returns Required. The tag to create.

Returns:



581
582
583
584
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 581

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