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-04-02 UTC."],[[["This webpage provides documentation for the `OperationTimedPollAlgorithm` class, which is a part of the Google Cloud API Client Libraries for Java, specifically within the `com.google.api.gax.longrunning` package."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and is used to implement timed polling operations with exponential backoff, determining when the next polling operation should occur, and it will cancel polling if the total timeout is exceeded."],["The latest version of this class is `2.63.1`, but there are numerous other versions available, ranging from `2.62.0` down to `2.7.1`, each with its own specific documentation."],["It contains static methods, `create`, for creating instances of `OperationTimedPollAlgorithm`, with one version accepting `RetrySettings`, and the other accepting both `RetrySettings` and an `ApiClock` to aid with time computations."],["It overrrides two of its parent class methods, `shouldRPCTerminate`, which is for internal use only and determines whether an RPC should stop, and `shouldRetry`, which determines if another polling operation should be made or to throw a `CancellationException`."]]],[]]