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 webpage 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 are retried, all responses are accepted (including \u003ccode\u003enull\u003c/code\u003e), and no retry process is canceled, with the class implementing \u003ccode\u003eResultRetryAlgorithmWithContext\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class does not provide specific settings for the next retry attempt, always returning \u003ccode\u003enull\u003c/code\u003e for \u003ccode\u003ecreateNextAttempt\u003c/code\u003e, and will return \u003ccode\u003etrue\u003c/code\u003e if a previous exception was thrown, otherwise \u003ccode\u003efalse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage provides links to documentation for various versions of this class, ranging from 2.63.1 (latest) down to 2.7.1.\u003c/p\u003e\n"]]],[],null,[]]