Class: Google::Cloud::ArtifactRegistry::V1::DeleteTagRequest

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

Overview

The request to delete a tag.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns The name of the tag to delete.

Returns:

  • (::String)

    The name of the tag to delete.



127
128
129
130
# File 'proto_docs/google/devtools/artifactregistry/v1/tag.rb', line 127

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