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-09 UTC."],[[["The provided content is a documentation page for the `BasicResultRetryAlgorithm` class within the Google API Client Libraries for Java, specifically version 2.35.0 and later."],["This class implements `ResultRetryAlgorithmWithContext` and is designed to handle basic retry logic, meaning that all exceptions are retried and responses, including null, are accepted."],["The documentation includes a list of available versions, with 2.63.1 as the latest, and covers versions back to 2.7.1."],["The class has methods `createNextAttempt` and `shouldRetry`, both of which are overloaded with and without `RetryingContext`, and the `createNextAttempt` methods always return null, while the `shouldRetry` methods return true if there was a thrown exception."],["The class inherits from `java.lang.Object`, and the documentation lists the methods that it inherits, such as `clone()`, `equals(Object)`, and `wait()`."]]],[]]