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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version available is 2.63.1, as indicated by the `(latest)` tag in the provided list of versions."],["This page details the `BasicResultRetryAlgorithm` class in the `com.google.api.gax.retrying` package, providing documentation for various versions of the Java API, ranging from 2.7.1 to 2.63.1."],["The `BasicResultRetryAlgorithm` implementation retries all exceptions, accepts all responses (including null), and does not cancel any retrying process."],["The `createNextAttempt` method always returns `null`, suggesting that this algorithm does not define specific settings for subsequent retry attempts."],["The `shouldRetry` method returns `true` if there was an exception thrown and `false` otherwise, indicating whether a retry is necessary based on the occurrence of an exception."]]],[]]