Class: Google::Cloud::ArtifactRegistry::V1::CreateAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::CreateAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/attachment.rb
Overview
The request to create a new attachment.
Instance Attribute Summary collapse
-
#attachment ⇒ ::Google::Cloud::ArtifactRegistry::V1::Attachment
Required.
-
#attachment_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#attachment ⇒ ::Google::Cloud::ArtifactRegistry::V1::Attachment
Returns Required. The attachment to be created.
136 137 138 139 |
# File 'proto_docs/google/devtools/artifactregistry/v1/attachment.rb', line 136 class CreateAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#attachment_id ⇒ ::String
Returns Required. The attachment id to use for this attachment.
136 137 138 139 |
# File 'proto_docs/google/devtools/artifactregistry/v1/attachment.rb', line 136 class CreateAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent resource where the attachment will be created.
136 137 138 139 |
# File 'proto_docs/google/devtools/artifactregistry/v1/attachment.rb', line 136 class CreateAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |