Google Cloud Deploy V1 Client - Class DeploymentJobs (0.4.1)

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

Deployment job composition.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ deploy_job Google\Cloud\Deploy\V1\Job

Output only. The deploy Job. This is the first job run in the phase.

↳ verify_job Google\Cloud\Deploy\V1\Job

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

getDeployJob

Output only. The deploy Job. This is the first job run in the phase.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Job|null

hasDeployJob

clearDeployJob

setDeployJob

Output only. The deploy Job. This is the first job run in the phase.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Job
Returns
TypeDescription
$this

getVerifyJob

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Job|null

hasVerifyJob

clearVerifyJob

setVerifyJob

Output only. The verify Job. Runs after a deploy if the deploy succeeds.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Job
Returns
TypeDescription
$this