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-08-28 UTC."],[[["\u003cp\u003eThe provided content is for the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e class in the \u003ccode\u003ecom.google.api.gax.retrying\u003c/code\u003e package, with version information ranging from 2.63.1 (latest) down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is a basic implementation of the \u003ccode\u003eResultRetryAlgorithm\u003c/code\u003e interface, designed to retry all exceptions, accept all responses (including null), and never cancel the retry process.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes methods to determine if a retry should occur, based on whether an exception has been thrown (\u003ccode\u003eshouldRetry\u003c/code\u003e), and to optionally create settings for the next retry attempt (\u003ccode\u003ecreateNextAttempt\u003c/code\u003e), although it consistently returns null.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e implements the \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e interface and inherits members from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, such as \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals(Object)\u003c/code\u003e, and \u003ccode\u003etoString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two overloaded versions of the \u003ccode\u003ecreateNextAttempt\u003c/code\u003e and \u003ccode\u003eshouldRetry\u003c/code\u003e methods, one with a \u003ccode\u003eRetryingContext\u003c/code\u003e parameter and one without.\u003c/p\u003e\n"]]],[],null,[]]