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-03-21 UTC."],[[["The latest version available is 2.63.1, as indicated by the link labeled \"(latest)\" in the version list."],["This document provides a reference for the `BasicResultRetryAlgorithm` class within the `com.google.api.gax.retrying` package across multiple versions, ranging from 2.63.1 down to 2.7.1."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm`, which retries all exceptions, accepts all responses, and never cancels the retrying process."],["The `createNextAttempt` method always returns `null`, suggesting that this algorithm doesn't configure specific settings for the subsequent attempt, while the `shouldRetry` method determines if a retry should occur based on if an exception has been thrown."],["The class inherits members from `java.lang.Object` and implements `com.google.api.gax.retrying.ResultRetryAlgorithmWithContext`, offering basic functionalities for retrying operations."]]],[]]