Class: Google::Cloud::Deploy::V1::Retry
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Retry
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Retries the failed job.
Instance Attribute Summary collapse
-
#attempts ⇒ ::Integer
Required.
-
#backoff_mode ⇒ ::Google::Cloud::Deploy::V1::BackoffMode
Optional.
-
#wait ⇒ ::Google::Protobuf::Duration
Optional.
Instance Attribute Details
#attempts ⇒ ::Integer
4052 4053 4054 4055 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 4052 class Retry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |