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.
-
#job_id ⇒ ::String
readonly
Output only.
-
#phase_id ⇒ ::String
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.
3687 3688 3689 3690 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687 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.
3687 3688 3689 3690 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687 class RetryPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_id ⇒ ::String (readonly)
Returns Output only. The job ID for the Job to retry.
3687 3688 3689 3690 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687 class RetryPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phase_id ⇒ ::String (readonly)
Returns Output only. The phase ID of the phase that includes the job being retried.
3687 3688 3689 3690 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687 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.
3687 3688 3689 3690 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3687 class RetryPhase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |