Class: Google::Cloud::Deploy::V1::RetryPhase
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RetryPhase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
RetryPhase contains the retry attempts and the metadata for initiating a new attempt.
Instance Attribute Summary collapse
-
#attempts ⇒ ::Array<::Google::Cloud::Deploy::V1::RetryAttempt>
readonly
Output only.
-
#backoff_mode ⇒ ::Google::Cloud::Deploy::V1::BackoffMode
readonly
Output only.
-
#total_attempts ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#attempts ⇒ ::Array<::Google::Cloud::Deploy::V1::RetryAttempt> (readonly)
Returns Output only. Detail of a retry action.
4189 4190 4191 4192 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4189 class RetryPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#backoff_mode ⇒ ::Google::Cloud::Deploy::V1::BackoffMode (readonly)
Returns Output only. The pattern of how the wait time of the retry attempt is calculated.
4189 4190 4191 4192 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4189 class RetryPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_attempts ⇒ ::Integer (readonly)
Returns Output only. The number of attempts that have been made.
4189 4190 4191 4192 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4189 class RetryPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |