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-07-01 UTC."],[[["The latest version available is 2.63.1, representing the most up-to-date iteration of the `BasicResultRetryAlgorithm`."],["This page provides a history of versions for the `BasicResultRetryAlgorithm`, spanning from version 2.63.1 down to 2.7.1, with links to each versions documentation."],["`BasicResultRetryAlgorithm` is a basic implementation of `ResultRetryAlgorithm` where all exceptions should be retried and all responses should be accepted."],["The `BasicResultRetryAlgorithm` class is a specific implementation within the `com.google.api.gax.retrying` package, and it implements the `ResultRetryAlgorithmWithContext\u003cResponseT\u003e` interface."],["It will return `true` for a retry if an exception was thrown, and `false` otherwise."]]],[]]