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-03-21 UTC."],[[["The provided content is for the `BasicResultRetryAlgorithm` class in the `com.google.api.gax.retrying` package, with version information ranging from 2.63.1 (latest) down to 2.7.1."],["`BasicResultRetryAlgorithm` is a basic implementation of the `ResultRetryAlgorithm` interface, designed to retry all exceptions, accept all responses (including null), and never cancel the retry process."],["The class includes methods to determine if a retry should occur, based on whether an exception has been thrown (`shouldRetry`), and to optionally create settings for the next retry attempt (`createNextAttempt`), although it consistently returns null."],["`BasicResultRetryAlgorithm` implements the `ResultRetryAlgorithmWithContext` interface and inherits members from `java.lang.Object`, such as `clone()`, `equals(Object)`, and `toString()`."],["The class offers two overloaded versions of the `createNextAttempt` and `shouldRetry` methods, one with a `RetryingContext` parameter and one without."]]],[]]