Google Cloud Artifact Registry V1 Client - Class GetAttachmentRequest (1.1.1)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class GetAttachmentRequest.

The request to retrieve an attachment.

Generated from protobuf message google.devtools.artifactregistry.v1.GetAttachmentRequest

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the attachment to retrieve.

getName

Required. The name of the attachment to retrieve.

Returns
Type Description
string

setName

Required. The name of the attachment to retrieve.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The name of the attachment to retrieve. Please see Google\Cloud\ArtifactRegistry\V1\ArtifactRegistryClient::attachmentName() for help formatting this field.

Returns
Type Description
Google\Cloud\ArtifactRegistry\V1\GetAttachmentRequest