Reference documentation and code samples for the Google Cloud Deploy V1 Client class AdvanceChildRolloutJobRun.
AdvanceChildRolloutJobRun contains information specific to a
advanceChildRollout JobRun.
Generated from protobuf message google.cloud.deploy.v1.AdvanceChildRolloutJobRun
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's Phase. |
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's Phase.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRolloutPhaseId
Output only. the ID of the ChildRollout's Phase.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|