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-15 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, as indicated by the \u003ccode\u003e(latest)\u003c/code\u003e tag in the provided list of versions.\u003c/p\u003e\n"],["\u003cp\u003eThis page details the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e class in the \u003ccode\u003ecom.google.api.gax.retrying\u003c/code\u003e package, providing documentation for various versions of the Java API, ranging from 2.7.1 to 2.63.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e implementation retries all exceptions, accepts all responses (including null), and does not cancel any retrying process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e method always returns \u003ccode\u003enull\u003c/code\u003e, suggesting that this algorithm does not define specific settings for subsequent retry attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e method returns \u003ccode\u003etrue\u003c/code\u003e if there was an exception thrown and \u003ccode\u003efalse\u003c/code\u003e otherwise, indicating whether a retry is necessary based on the occurrence of an exception.\u003c/p\u003e\n"]]],[],null,[]]