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\u003eThe provided content is a documentation page for the \u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e class within the Google API Client Libraries for Java, specifically version 2.35.0 and later.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e and is designed to handle basic retry logic, meaning that all exceptions are retried and responses, including null, are accepted.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes a list of available versions, with 2.63.1 as the latest, and covers versions back to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe class has methods \u003ccode\u003ecreateNextAttempt\u003c/code\u003e and \u003ccode\u003eshouldRetry\u003c/code\u003e, both of which are overloaded with and without \u003ccode\u003eRetryingContext\u003c/code\u003e, and the \u003ccode\u003ecreateNextAttempt\u003c/code\u003e methods always return null, while the \u003ccode\u003eshouldRetry\u003c/code\u003e methods return true if there was a thrown exception.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003ejava.lang.Object\u003c/code\u003e, and the documentation lists the methods that it inherits, such as \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals(Object)\u003c/code\u003e, and \u003ccode\u003ewait()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]