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 document outlines the `BasicResultRetryAlgorithm` class, a fundamental component for handling retries in the `com.google.api.gax.retrying` package within the Java Google API Client Library."],["The `BasicResultRetryAlgorithm` class implements `ResultRetryAlgorithmWithContext` and indicates that all exceptions are to be retried, all responses are accepted, and the retry process is never canceled."],["The latest version of this algorithm is `2.63.1`, with a comprehensive history of versions dating back to `2.7.1` available for reference."],["The `createNextAttempt` method consistently returns `null`, signifying that this algorithm doesn't specify particular settings for subsequent attempts."],["The `shouldRetry` method will return true if an exception is thrown, and false otherwise, indicating whether or not a retry should be performed."]]],[]]