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, which is a part of the Google API Client Library for Java."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and uses exponential backoff to determine the timing of the next polling operation, ceasing polling if the timeout is exceeded."],["The latest version of the class is `2.63.1`, and the page includes a comprehensive list of past versions dating back to `2.7.1`."],["This class provides two static methods, `create`, which creates the polling algorithm with different parameters, such as the `RetrySettings` and `ApiClock`."],["The class also provides `shouldRetry` and `shouldRPCTerminate` methods which decide when to continue polling or terminate based on given parameters."]]],[]]