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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The provided content is a documentation page for the `BasicResultRetryAlgorithm` class within the Google API Client Libraries for Java, specifically for version 2.23.0."],["This class is a fundamental implementation of `ResultRetryAlgorithm`, designed to retry all exceptions, accept all responses (including null), and never cancel a retrying process."],["The documentation details various versions of the `BasicResultRetryAlgorithm`, ranging from the latest 2.63.1 down to 2.7.1, with each version having a specific page dedicated to it."],["The `BasicResultRetryAlgorithm` class implements the `ResultRetryAlgorithmWithContext` interface and inherits methods from `java.lang.Object`."],["The class's primary methods, `createNextAttempt` and `shouldRetry`, are documented, with `createNextAttempt` always returning null and `shouldRetry` determining whether a retry should occur based on if an exception was thrown or not."]]],[]]