Class: Google::Cloud::Deploy::V1::RetryAttempt
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::RetryAttempt
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
RetryAttempt represents an action of retrying the failed Cloud Deploy job.
Instance Attribute Summary collapse
-
#attempt ⇒ ::Integer
readonly
Output only.
-
#state ⇒ ::Google::Cloud::Deploy::V1::RepairState
readonly
Output only.
-
#state_desc ⇒ ::String
readonly
Output only.
-
#wait ⇒ ::Google::Protobuf::Duration
readonly
Output only.
Instance Attribute Details
#attempt ⇒ ::Integer (readonly)
Returns Output only. The index of this retry attempt.
3705 3706 3707 3708 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705 class RetryAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::Deploy::V1::RepairState (readonly)
Returns Output only. Valid state of this retry action.
3705 3706 3707 3708 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705 class RetryAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_desc ⇒ ::String (readonly)
Returns Output only. Description of the state of the Retry.
3705 3706 3707 3708 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705 class RetryAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wait ⇒ ::Google::Protobuf::Duration (readonly)
Returns Output only. How long the operation will be paused.
3705 3706 3707 3708 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3705 class RetryAttempt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |