[[["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-04-17 UTC."],[[["This page details the `ResultRetryAlgorithm` interface, which is found within the Google API Client Library for Java (gax) and is specifically used for handling retries without needing a `RetryingContext`."],["The interface offers two core abstract methods: `createNextAttempt`, which is utilized to set up the parameters for subsequent attempts after a failure or response, and `shouldRetry`, which is used to determine if a retry should be initiated based on the previous throwable and/or response."],["It is recommended to use the `ResultRetryAlgorithmWithContext` interface instead of `ResultRetryAlgorithm` whenever possible, as the former includes methods that support a `RetryingContext` for more comprehensive retry handling."],["The `ResultRetryAlgorithm` interface's methods, `createNextAttempt` and `shouldRetry`, have variations in the `ResultRetryAlgorithmWithContext` interface, that include a `RetryingContext` as one of their parameters."],["This page provides links to numerous versions of the documentation for `ResultRetryAlgorithm`, dating back to version 2.7.1 and going up to the latest version at 2.63.1."]]],[]]