Reference documentation and code samples for the Google Cloud Deploy V1 Client class ChildRolloutJobs.
ChildRollouts job composition
Generated from protobuf message google.cloud.deploy.v1.ChildRolloutJobs
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_rollout_jobs |
array<Google\Cloud\Deploy\V1\Job>
Output only. List of CreateChildRolloutJobs |
↳ advance_rollout_jobs |
array<Google\Cloud\Deploy\V1\Job>
Output only. List of AdvanceChildRolloutJobs |
getCreateRolloutJobs
Output only. List of CreateChildRolloutJobs
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setCreateRolloutJobs
Output only. List of CreateChildRolloutJobs
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\Job>
|
Returns | |
---|---|
Type | Description |
$this |
getAdvanceRolloutJobs
Output only. List of AdvanceChildRolloutJobs
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAdvanceRolloutJobs
Output only. List of AdvanceChildRolloutJobs
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\Job>
|
Returns | |
---|---|
Type | Description |
$this |