Class: Google::Gax::RetryOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/google/gax/settings.rb

Overview

Per-call configurable settings for retrying upon transient failure.

Instance Attribute Summary collapse

Instance Attribute Details

#backoff_settingsObject

Returns the value of attribute backoff_settings

Returns:

  • (Object)

    the current value of backoff_settings



191
192
193
# File 'lib/google/gax/settings.rb', line 191

def backoff_settings
  @backoff_settings
end

#retry_codesObject

Returns the value of attribute retry_codes

Returns:

  • (Object)

    the current value of retry_codes



191
192
193
# File 'lib/google/gax/settings.rb', line 191

def retry_codes
  @retry_codes
end