Class: Google::Cloud::ArtifactRegistry::V1::DeleteAttachmentRequest

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

Overview

The request to delete an attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the attachment to delete.

Returns:

  • (::String)

    Required. The name of the attachment to delete.



145
146
147
148
# File 'proto_docs/google/devtools/artifactregistry/v1/attachment.rb', line 145

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