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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 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 determines when the next polling operation should be executed using an exponential backoff factor, canceling polling if the total timeout is exceeded."],["The page lists multiple versions of the `OperationTimedPollAlgorithm`, with version 2.63.1 being the latest, and goes as far back as version 2.7.1, along with detailed links for each version."],["This class includes static methods for creation, such as `create(RetrySettings globalSettings)` and `create(RetrySettings globalSettings, ApiClock clock)`, that allow configuration with retry settings and an API clock."],["It also includes methods like `shouldRetry` and `shouldRPCTerminate` to control polling behavior and manage if or when it should be terminated."]]],[]]