Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RepairPhaseConfig.
Configuration of the repair phase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#retry
def retry() -> ::Google::Cloud::Deploy::V1::Retry
-
(::Google::Cloud::Deploy::V1::Retry) — Optional. Retries a failed job.
Note: The following fields are mutually exclusive:
retry
,rollback
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#retry=
def retry=(value) -> ::Google::Cloud::Deploy::V1::Retry
-
value (::Google::Cloud::Deploy::V1::Retry) — Optional. Retries a failed job.
Note: The following fields are mutually exclusive:
retry
,rollback
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Deploy::V1::Retry) — Optional. Retries a failed job.
Note: The following fields are mutually exclusive:
retry
,rollback
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#rollback
def rollback() -> ::Google::Cloud::Deploy::V1::Rollback
-
(::Google::Cloud::Deploy::V1::Rollback) — Optional. Rolls back a
Rollout
.Note: The following fields are mutually exclusive:
rollback
,retry
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#rollback=
def rollback=(value) -> ::Google::Cloud::Deploy::V1::Rollback
-
value (::Google::Cloud::Deploy::V1::Rollback) — Optional. Rolls back a
Rollout
.Note: The following fields are mutually exclusive:
rollback
,retry
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Deploy::V1::Rollback) — Optional. Rolls back a
Rollout
.Note: The following fields are mutually exclusive:
rollback
,retry
. If a field in that set is populated, all other fields in the set will automatically be cleared.