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.
data
array
Optional. Data for populating the Message object.
↳ rollout
string
Output only. The name of the rollout that initiates the AutomationRun
.
↳ 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
.
string
setRollout
Output only. The name of the rollout that initiates the AutomationRun
.
var
string
$this
getRepairPhases
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
setRepairPhases
Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.
$this
getPhaseId
Output only. The phase ID of the phase that includes the job being repaired.
string
setPhaseId
Output only. The phase ID of the phase that includes the job being repaired.
var
string
$this
getJobId
Output only. The job ID for the Job to repair.
string
setJobId
Output only. The job ID for the Job to repair.
var
string
$this