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 a documentation page for the `BasicResultRetryAlgorithm` class within the Google API Client Libraries for Java (gax), showcasing version history and detailed class information."],["The latest version of the documentation provided is 2.63.1, and there are many past versions of the documentation available, ranging back to 2.7.1."],["The `BasicResultRetryAlgorithm` class is a basic implementation of `ResultRetryAlgorithm` where all exceptions are retried, all responses are accepted, and the retry process is never canceled."],["The class methods `createNextAttempt` always return `null` indicating no specific settings for the next attempt and `shouldRetry` will return `true` if there was an exception thrown."],["This class inherits methods from the `java.lang.Object` class, and implements the interface `com.google.api.gax.retrying.ResultRetryAlgorithmWithContext\u003cResponseT\u003e`."]]],[]]