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-07-01 UTC."],[[["The `BasicResultRetryAlgorithm` class is a basic implementation of `ResultRetryAlgorithm`, designed to retry all exceptions and accept all responses."],["The latest version of the `BasicResultRetryAlgorithm` documentation available is `2.63.1`, with a multitude of other documented versions ranging down to `2.7.1`."],["`BasicResultRetryAlgorithm` will never cancel a retrying process and the `createNextAttempt` methods in the algorithm always return null, indicating no specific settings for the next attempt."],["The `shouldRetry` method will return true if an exception is thrown, and will return false otherwise."],["The class inherits from `java.lang.Object` and implements `com.google.api.gax.retrying.ResultRetryAlgorithmWithContext`."]]],[]]