Google Cloud Deploy V1 Client - Class Phase (0.3.4)

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

Phase represents a collection of jobs that are logically grouped together for a Rollout.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

Output only. The ID of the Phase.

↳ state int

Output only. Current state of the Phase.

↳ deployment_jobs Google\Cloud\Deploy\V1\DeploymentJobs

Output only. Deployment job composition.

getId

Output only. The ID of the Phase.

Returns
TypeDescription
string

setId

Output only. The ID of the Phase.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getState

Output only. Current state of the Phase.

Returns
TypeDescription
int

setState

Output only. Current state of the Phase.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDeploymentJobs

Output only. Deployment job composition.

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

hasDeploymentJobs

setDeploymentJobs

Output only. Deployment job composition.

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

getJobs

Returns
TypeDescription
string