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.32.1 and later.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBasicResultRetryAlgorithm\u003c/code\u003e is a class that implements \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e, which dictates the logic for retrying operations.\u003c/p\u003e\n"],["\u003cp\u003eThis algorithm retries all exceptions, accepts all responses, and never cancels the retrying process.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecreateNextAttempt\u003c/code\u003e method always returns null, meaning this algorithm doesn't specify custom settings for subsequent retries.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eshouldRetry\u003c/code\u003e method returns true if an exception was thrown in the previous attempt and false otherwise, making it a basic retry-on-exception algorithm.\u003c/p\u003e\n"]]],[],null,[]]