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-08-15 UTC."],[[["The latest version available for `OperationTimedPollAlgorithm` is 2.63.1, as seen in the provided list of versioned links."],["`OperationTimedPollAlgorithm` is a class in the Google API Client Library for Java that extends `ExponentialRetryAlgorithm` and implements a timed polling mechanism with exponential backoff for long-running operations."],["This algorithm cancels the polling process if the total timeout is exceeded."],["The `OperationTimedPollAlgorithm` class provides static `create` methods to instantiate the algorithm, either with default settings or with custom `RetrySettings` and `ApiClock`."],["The `shouldRetry` method determines whether another poll operation should occur, and throws a CancellationException if no more attempts should be made."]]],[]]