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-02 UTC."],[[["The webpage provides documentation for the `OperationTimedPollAlgorithm` class in the Google Cloud API Client Library for Java, specifically within the `gax` package."],["`OperationTimedPollAlgorithm` is designed for long-running operations, employing an exponential backoff strategy to determine the timing of subsequent polling attempts."],["This class inherits from `ExponentialRetryAlgorithm` and provides methods to determine when to initiate another poll and if the polling process should be terminated."],["The latest version available is 2.63.1, with numerous previous versions of `OperationTimedPollAlgorithm` ranging from 2.2.0 up to 2.63.1 also being listed in the content."],["`OperationTimedPollAlgorithm` class can be instantiated using static methods such as the `create` method which allows the setting of `RetrySettings` and an optional `ApiClock` parameter."]]],[]]