Reference documentation and code samples for the Google Cloud Deploy V1 Client class RepairRolloutOperation.
Contains the information for an automated repair rollout
operation.
Generated from protobuf message google.cloud.deploy.v1.RepairRolloutOperation
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rollout |
string
Output only. The name of the rollout that initiates the |
↳ current_repair_phase_index |
int|string
Output only. The index of the current repair action in the repair sequence. |
↳ repair_phases |
array<Google\Cloud\Deploy\V1\RepairPhase>
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt. |
↳ phase_id |
string
Output only. The phase ID of the phase that includes the job being repaired. |
↳ job_id |
string
Output only. The job ID for the Job to repair. |
getRollout
Output only. The name of the rollout that initiates the AutomationRun
.
Returns | |
---|---|
Type | Description |
string |
setRollout
Output only. The name of the rollout that initiates the AutomationRun
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCurrentRepairPhaseIndex
Output only. The index of the current repair action in the repair sequence.
Returns | |
---|---|
Type | Description |
int|string |
setCurrentRepairPhaseIndex
Output only. The index of the current repair action in the repair sequence.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getRepairPhases
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRepairPhases
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\RepairPhase>
|
Returns | |
---|---|
Type | Description |
$this |
getPhaseId
Output only. The phase ID of the phase that includes the job being repaired.
Returns | |
---|---|
Type | Description |
string |
setPhaseId
Output only. The phase ID of the phase that includes the job being repaired.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getJobId
Output only. The job ID for the Job to repair.
Returns | |
---|---|
Type | Description |
string |
setJobId
Output only. The job ID for the Job to repair.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |