Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::RetryAttempt.
RetryAttempt represents an action of retrying the failed Cloud Deploy job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attempt
def attempt() -> ::Integer
Returns
- (::Integer) — Output only. The index of this retry attempt.
#state
def state() -> ::Google::Cloud::Deploy::V1::RepairState
Returns
- (::Google::Cloud::Deploy::V1::RepairState) — Output only. Valid state of this retry action.
#state_desc
def state_desc() -> ::String
Returns
- (::String) — Output only. Description of the state of the Retry.
#wait
def wait() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Output only. How long the operation will be paused.