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-07-01 UTC."],[[["This webpage provides documentation for the `OperationTimedPollAlgorithm` class, which is used for timed polling operations with exponential backoff in the Google API Client Library for Java."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and inherits its members, including methods for creating and managing retry attempts."],["There are multiple versions of the `OperationTimedPollAlgorithm` available, ranging from version 2.63.1 (latest) down to 2.7.1, each with its own documentation page."],["The `OperationTimedPollAlgorithm` class includes static methods for creating instances of the algorithm, with and without a custom `ApiClock`, and instance methods to determine if a polling operation should retry or terminate."],["The algorithm will continue to retry until the polling exceeds the total timeout, at which point it cancels polling and throws a `CancellationException`."]]],[]]