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 will trigger a retry, that all responses (including null) are accepted, and the retry process will never be canceled.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e method always returns null, indicating no specific settings are provided for the subsequent retry attempt.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e method returns true if a \u003ccode\u003eThrowable\u003c/code\u003e exception was encountered, and false otherwise, signaling whether a retry is necessary based on the exception.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides a list of versions of this algorithm, from 2.63.1 (latest) down to 2.7.1, which will link to the documentation for that given version.\u003c/p\u003e\n"]]],[],null,[]]