Google Cloud Deploy V1 Client - Class CreateChildRolloutJobRun (0.9.0)

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

CreateChildRolloutJobRun contains information specific to a createChildRollout JobRun.

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

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ rollout string

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/[a-z][a-z0-9-]{0,62}.

↳ rollout_phase_id string

Output only. The ID of the childRollout Phase initiated by this JobRun.

getRollout

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/[a-z][a-z0-9-]{0,62}.

Returns
TypeDescription
string

setRollout

Output only. Name of the ChildRollout. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/[a-z][a-z0-9-]{0,62}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRolloutPhaseId

Output only. The ID of the childRollout Phase initiated by this JobRun.

Returns
TypeDescription
string

setRolloutPhaseId

Output only. The ID of the childRollout Phase initiated by this JobRun.

Parameter
NameDescription
var string
Returns
TypeDescription
$this