Google Cloud Deploy V1 Client - Class PhaseArtifact (0.9.0)

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

Contains the paths to the artifacts, relative to the URI, for a phase.

Generated from protobuf message google.cloud.deploy.v1.TargetArtifact.PhaseArtifact

Namespace

Google \ Cloud \ Deploy \ V1 \ TargetArtifact

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ skaffold_config_path string

Output only. File path of the resolved Skaffold configuration relative to the URI.

↳ manifest_path string

Output only. File path of the rendered manifest relative to the URI.

↳ job_manifests_path string

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

getSkaffoldConfigPath

Output only. File path of the resolved Skaffold configuration relative to the URI.

Returns
TypeDescription
string

setSkaffoldConfigPath

Output only. File path of the resolved Skaffold configuration relative to the URI.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getManifestPath

Output only. File path of the rendered manifest relative to the URI.

Returns
TypeDescription
string

setManifestPath

Output only. File path of the rendered manifest relative to the URI.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJobManifestsPath

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

Returns
TypeDescription
string

setJobManifestsPath

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

Parameter
NameDescription
var string
Returns
TypeDescription
$this