Google Cloud Artifact Registry V1 Client - Class ExportArtifactResponse (1.5.0)

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

The response for exporting an artifact to a destination.

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

Namespace

Google \ Cloud \ ArtifactRegistry \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ exported_version Version

The exported version. Should be the same as the request version with fingerprint resource name.

getExportedVersion

The exported version. Should be the same as the request version with fingerprint resource name.

Returns
Type Description
Version|null

hasExportedVersion

clearExportedVersion

setExportedVersion

The exported version. Should be the same as the request version with fingerprint resource name.

Parameter
Name Description
var Version
Returns
Type Description
$this