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."],[[["The webpage provides documentation for the `BasicResultRetryAlgorithm` class in the `com.google.api.gax.retrying` package, with version history ranging from 2.7.1 to the latest version 2.63.1."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm` designed to retry all exceptions, accept all responses, and never cancel the retrying process."],["The class inherits members from `java.lang.Object` and implements `ResultRetryAlgorithmWithContext`."],["The `createNextAttempt` methods always return null, indicating that no specific settings are provided for the next attempt."],["The `shouldRetry` methods determine if a retry should occur based on whether an exception was thrown."]]],[]]