A basic implementation of ResultRetryAlgorithm. Using this implementation would mean that
all exceptions should be retried, all responses should be accepted (including null) and
no retrying process should ever be canceled.
[[["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-02 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental component for handling retries in the `com.google.api.gax.retrying` package."],["The `BasicResultRetryAlgorithm` ensures that all exceptions are retried, all responses are accepted (including `null`), and no retry process is canceled, with the class implementing `ResultRetryAlgorithmWithContext`."],["The class does not provide specific settings for the next retry attempt, always returning `null` for `createNextAttempt`, and will return `true` if a previous exception was thrown, otherwise `false`."],["The webpage provides links to documentation for various versions of this class, ranging from 2.63.1 (latest) down to 2.7.1."]]],[]]