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 page 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 are retried, all responses (including null) are accepted, and no retrying processes will be canceled.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e methods will always return null, therefore not providing specific settings for subsequent retry attempts, and there are two versions of this method, one with a RetryingContext and one without.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e methods evaluate whether a retry is necessary based on if an exception was thrown, returning \u003ccode\u003etrue\u003c/code\u003e in that case and \u003ccode\u003efalse\u003c/code\u003e otherwise, and there are two versions of this method, one with a RetryingContext and one without.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides a list of available versions for the class, ranging from 2.63.1 (latest) down to 2.7.1, allowing the user to view documentation for any of these releases.\u003c/p\u003e\n"]]],[],null,[]]