Reference documentation and code samples for the Google Cloud Deploy V1 Client class RepairPhaseConfig.
Configuration of the repair phase.
Generated from protobuf message google.cloud.deploy.v1.RepairPhaseConfig
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ retry |
Retry
Optional. Retries a failed job. |
↳ rollback |
Rollback
Optional. Rolls back a |
getRetry
Optional. Retries a failed job.
| Returns | |
|---|---|
| Type | Description |
Retry|null |
|
hasRetry
setRetry
Optional. Retries a failed job.
| Parameter | |
|---|---|
| Name | Description |
var |
Retry
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRollback
Optional. Rolls back a Rollout.
| Returns | |
|---|---|
| Type | Description |
Rollback|null |
|
hasRollback
setRollback
Optional. Rolls back a Rollout.
| Parameter | |
|---|---|
| Name | Description |
var |
Rollback
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRepairPhase
| Returns | |
|---|---|
| Type | Description |
string |
|