Class: Google::Gax::RetryOptions
- Inherits:
-
Struct
- Object
- Struct
- Google::Gax::RetryOptions
- Defined in:
- lib/google/gax/settings.rb
Overview
Per-call configurable settings for retrying upon transient failure.
Instance Attribute Summary collapse
-
#backoff_settings ⇒ Object
Returns the value of attribute backoff_settings.
-
#retry_codes ⇒ Object
Returns the value of attribute retry_codes.
Instance Attribute Details
#backoff_settings ⇒ Object
Returns the value of attribute backoff_settings
191 192 193 |
# File 'lib/google/gax/settings.rb', line 191 def backoff_settings @backoff_settings end |
#retry_codes ⇒ Object
Returns the value of attribute retry_codes
191 192 193 |
# File 'lib/google/gax/settings.rb', line 191 def retry_codes @retry_codes end |