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-07-02 UTC."],[[["This webpage details the `BasicResultRetryAlgorithm` class, a fundamental component for handling retries in the Google API Client Libraries for Java, with the latest version being 2.63.1."],["The `BasicResultRetryAlgorithm` class implements the `ResultRetryAlgorithmWithContext` interface, providing a basic strategy where all exceptions are retried, all responses, including `null`, are accepted, and no retrying process is ever canceled."],["This class offers two `createNextAttempt` methods, which always return `null`, indicating it doesn't specify settings for subsequent attempts, in addition to two `shouldRetry` methods which return true if there was an exception thrown, and false otherwise."],["The documentation lists numerous versions of the `BasicResultRetryAlgorithm`, starting from version 2.63.1 down to 2.7.1, allowing users to access documentation specific to different versions of the library."]]],[]]