Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::Retry (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::Retry.

Retries the failed job.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#attempts

def attempts() -> ::Integer
Returns
  • (::Integer) — Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.

#attempts=

def attempts=(value) -> ::Integer
Parameter
  • value (::Integer) — Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.
Returns
  • (::Integer) — Required. Total number of retries. Retry is skipped if set to 0; The minimum value is 1, and the maximum value is 10.

#backoff_mode

def backoff_mode() -> ::Google::Cloud::Deploy::V1::BackoffMode
Returns

#backoff_mode=

def backoff_mode=(value) -> ::Google::Cloud::Deploy::V1::BackoffMode
Parameter
Returns

#wait

def wait() -> ::Google::Protobuf::Duration
Returns

#wait=

def wait=(value) -> ::Google::Protobuf::Duration
Parameter
Returns