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."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e class, a fundamental component for handling retries in the \u003ccode\u003ecom.google.api.gax.retrying\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e ensures that all exceptions encountered during operations are retried and all responses, including null, are accepted without canceling any retry attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e and is designed to retry operations when a \u003ccode\u003eThrowable\u003c/code\u003e (exception) occurs, with its \u003ccode\u003eshouldRetry\u003c/code\u003e method indicating whether a retry should proceed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e methods do not provide specific settings for subsequent retry attempts, always returning null.\u003c/p\u003e\n"],["\u003cp\u003eThe current version is 2.31.1, however it also provides access to various previous versions, up to 2.63.1, which is the latest.\u003c/p\u003e\n"]]],[],null,[]]