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."],[[["This webpage provides documentation for the `OperationTimedPollAlgorithm` class, which is a part of the Google Cloud API Client Libraries for Java."],["`OperationTimedPollAlgorithm` extends `ExponentialRetryAlgorithm` and determines when the next polling operation should be executed, using exponential backoff and cancellation if the timeout is exceeded."],["The page includes a list of available versions of this class, ranging from 2.63.1 (latest) down to version 2.7.1, each with a direct link to its documentation."],["The class offers two static `create` methods to instantiate the algorithm with `RetrySettings`, one with a default clock and another where you can specify the `ApiClock` and shows a method to determine if another poll should be made or throw an exception."],["It also lists inherited members and methods, from both `ExponentialRetryAlgorithm` and `java.lang.Object`, allowing users to check the complete functionality of the `OperationTimedPollAlgorithm` class."]]],[]]