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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rollout |
string
Output only. Name of the |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRolloutPhaseId
Output only. The ID of the childRollout Phase initiated by this JobRun.
Returns | |
---|---|
Type | Description |
string |
setRolloutPhaseId
Output only. The ID of the childRollout Phase initiated by this JobRun.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |