Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RepairPhaseConfig (v1.6.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.