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 page 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 are retried, all responses (including null) are accepted, and no retrying processes will be canceled."],["The `createNextAttempt` methods will always return null, therefore not providing specific settings for subsequent retry attempts, and there are two versions of this method, one with a RetryingContext and one without."],["The `shouldRetry` methods evaluate whether a retry is necessary based on if an exception was thrown, returning `true` in that case and `false` otherwise, and there are two versions of this method, one with a RetryingContext and one without."],["The page provides a list of available versions for the class, ranging from 2.63.1 (latest) down to 2.7.1, allowing the user to view documentation for any of these releases."]]],[]]