Class: Google::Cloud::ArtifactRegistry::V1::DeleteAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::DeleteAttachmentRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |