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-03-21 UTC."],[[["This webpage provides documentation for the `OperationTimedPollAlgorithm` class in the Google API Client Library for Java (gax), detailing its functionality for handling long-running operations."],["The `OperationTimedPollAlgorithm` class is an extension of `ExponentialRetryAlgorithm` and it uses an exponential backoff strategy to determine when to poll next."],["The page lists various version links of the class, ranging from the latest version 2.63.1 all the way down to 2.7.1, and the current page version is 2.45.0."],["The documentation shows that the class has two static `create` methods, which are used to instantiate a new `OperationTimedPollAlgorithm` with different parameters, such as `RetrySettings` and `ApiClock`."],["The documentation also details the `shouldRetry` and `shouldRPCTerminate` methods, showing that the first will continue to retry the operation unless it throws a CancellationException and the second, is an internal function, that determines if RPC should terminate based on time left."]]],[]]