Google Cloud Deploy V1 Client - Class DeployArtifact (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class DeployArtifact.

The artifacts produced by a deploy operation.

Generated from protobuf message google.cloud.deploy.v1.DeployArtifact

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ artifact_uri string

Output only. URI of a directory containing the artifacts. All paths are relative to this location.

↳ manifest_paths array

Output only. File paths of the manifests applied during the deploy operation relative to the URI.

getArtifactUri

Output only. URI of a directory containing the artifacts. All paths are relative to this location.

Returns
TypeDescription
string

setArtifactUri

Output only. URI of a directory containing the artifacts. All paths are relative to this location.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getManifestPaths

Output only. File paths of the manifests applied during the deploy operation relative to the URI.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setManifestPaths

Output only. File paths of the manifests applied during the deploy operation relative to the URI.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this