Class: Google::Cloud::ArtifactRegistry::V1::GetAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::GetAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/attachment.rb
Overview
The request to retrieve an attachment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the attachment to retrieve.
120 121 122 123 |
# File 'proto_docs/google/devtools/artifactregistry/v1/attachment.rb', line 120 class GetAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |