Operation timed polling algorithm, which uses exponential backoff factor for determining when the
next polling operation should be executed. If the polling exceeds the total timeout this
algorithm cancels polling.
[[["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-04-09 UTC."],[[["The webpage provides documentation for the `OperationTimedPollAlgorithm` class in the Google API Client Library for Java (gax), spanning versions from 2.7.1 to 2.63.1, with the latest version being 2.63.1."],["`OperationTimedPollAlgorithm` extends `ExponentialRetryAlgorithm` and implements a polling strategy that employs exponential backoff for determining the next polling interval and is used to determine when long running processes are completed."],["The class offers static `create` methods for initializing the polling algorithm, allowing for the use of default or custom `ApiClock` instances and `RetrySettings`."],["The class includes `shouldRPCTerminate` which determines if polling should end based on the time left and `shouldRetry` which will return true or throw a `CancellationException` if no more polling attempts should be made."],["The `OperationTimedPollAlgorithm` class offers inherited members from `ExponentialRetryAlgorithm` and `java.lang.Object` that allow for controlling the creation of attempts, the checking of retries, and general object operations."]]],[]]