Class: Google::Cloud::DataCatalog::V1beta1::DeleteTagRequest

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 DeleteTag.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the tag to delete. Example:

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

Returns:

  • (::String)

    Required. The name of the tag to delete. Example:

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


613
614
615
616
# File 'proto_docs/google/cloud/datacatalog/v1beta1/datacatalog.rb', line 613

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