[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# gapic-common - Class Gapic::Operation::RetryPolicy (v1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/ruby/docs/reference/gapic-common/latest/Gapic-Operation-RetryPolicy)\n- [1.0.1](/ruby/docs/reference/gapic-common/1.0.1/Gapic-Operation-RetryPolicy)\n- [0.26.0](/ruby/docs/reference/gapic-common/0.26.0/Gapic-Operation-RetryPolicy)\n- [0.25.0](/ruby/docs/reference/gapic-common/0.25.0/Gapic-Operation-RetryPolicy)\n- [0.24.0](/ruby/docs/reference/gapic-common/0.24.0/Gapic-Operation-RetryPolicy) \nReference documentation and code samples for the gapic-common class Gapic::Operation::RetryPolicy.\n\nThe policy for retrying operation reloads using an incremental backoff.\n\n\n\u003cbr /\u003e\n\nA new object instance should be used for every Operation invocation. \n\nInherits\n--------\n\n- [Gapic::Common::RetryPolicy](./Gapic-Common-RetryPolicy)\n\nMethods\n-------\n\n### #initialize\n\n def initialize(initial_delay: nil, multiplier: nil, max_delay: nil, timeout: nil) -\u003e RetryPolicy\n\nCreate new Operation RetryPolicy. \n**Parameters**\n\n- **initial_delay** (Numeric) *(defaults to: nil)* --- Initial delay in seconds.\n- **multiplier** (Numeric) *(defaults to: nil)* --- The delay scaling factor for each subsequent retry attempt.\n- **max_delay** (Numeric) *(defaults to: nil)* --- Maximum delay in seconds.\n- **timeout** (Numeric) *(defaults to: nil)* --- Timeout threshold value in seconds. \n**Returns**\n\n- ([RetryPolicy](./Gapic-Operation-RetryPolicy)) --- a new instance of RetryPolicy\n\nConstants\n---------\n\n### DEFAULT_INITIAL_DELAY\n\n**value:**10\n\n### DEFAULT_MAX_DELAY\n\n**value:**300\n\n### DEFAULT_MULTIPLIER\n\n**value:**1.3\n\n### DEFAULT_TIMEOUT\n\n**value:**3600"]]