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 latest version available is 2.63.1, with the current version on this page being 2.59.1, and there is a list of versions ranging from 2.63.1 down to 2.7.1."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm` where all exceptions are retried, and all responses are accepted, including null values, and no retrying process should be canceled."],["The `createNextAttempt` method in this class will always return null, meaning it does not provide specific settings for the next attempt in a retrying process."],["The `shouldRetry` method returns `true` if an exception has been thrown, and returns `false` otherwise."],["The class `BasicResultRetryAlgorithm` inherits from `java.lang.Object` and implements `com.google.api.gax.retrying.ResultRetryAlgorithmWithContext`."]]],[]]