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."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental component for handling retries in the `com.google.api.gax.retrying` package."],["The `BasicResultRetryAlgorithm` ensures that all exceptions encountered during operations are retried and all responses, including null, are accepted without canceling any retry attempts."],["The class implements `ResultRetryAlgorithmWithContext` and is designed to retry operations when a `Throwable` (exception) occurs, with its `shouldRetry` method indicating whether a retry should proceed."],["The `createNextAttempt` methods do not provide specific settings for subsequent retry attempts, always returning null."],["The current version is 2.31.1, however it also provides access to various previous versions, up to 2.63.1, which is the latest."]]],[]]