Class: Google::Cloud::ArtifactRegistry::V1::CreateAttachmentRequest

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 create a new attachment.

Instance Attribute Summary collapse

Instance Attribute Details

#attachment::Google::Cloud::ArtifactRegistry::V1::Attachment

Returns Required. The attachment to be created.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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