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 latest version available is 2.63.1, as indicated by the (latest) tag, and the documentation provides a list of versions ranging down to 2.7.1."],["The `BasicResultRetryAlgorithm` class is a basic implementation of `ResultRetryAlgorithm` and is designed to retry all exceptions and accept all responses, including null values."],["The class provides methods for determining if a retry should occur, which is dependent on if an exception was thrown, and methods for creating settings for the next attempt, which is always set to null in this implementation."],["`BasicResultRetryAlgorithm` inherits from `java.lang.Object` and implements `com.google.api.gax.retrying.ResultRetryAlgorithmWithContext\u003cResponseT\u003e`."],["The documentation lists many inherited members from the `Object` class, like `clone()`, `equals(Object)`, `getClass()` and more, all of which are from the base `java.lang.Object` class."]]],[]]