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-02 UTC."],[[["This webpage details the `OperationTimedPollAlgorithm` class, which is designed for operation timed polling using an exponential backoff strategy."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and is a part of the Google API Client Library for Java (gax) longrunning operations."],["The class includes methods for creating a polling algorithm instance with `create`, either using default settings or providing custom `RetrySettings` and an `ApiClock` for time computations."],["It defines methods `shouldRPCTerminate` to decide when to stop the polling operations and `shouldRetry` to determine whether another polling attempt should be made, throwing a `CancellationException` when no further attempts should occur."],["The page provides links to various versions of the class, from 2.63.1 (latest) down to version 2.7.1, allowing users to look into different iterations."]]],[]]