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-09 UTC."],[[["This webpage provides documentation for the `OperationTimedPollAlgorithm` class, which is a part of the Google Cloud API Client Libraries for Java (gax) and extends `ExponentialRetryAlgorithm`."],["The `OperationTimedPollAlgorithm` class implements an algorithm for timed polling operations, using exponential backoff to determine the timing of subsequent poll operations and canceling if it exceeds the total timeout."],["It offers two static `create` methods to instantiate the algorithm, one with default `NanoClock` and another to allow users to pass in their own `ApiClock`."],["The documentation includes a list of available versions, ranging from the latest 2.63.1 to 2.7.1, along with the specific class being available on each version."],["The `shouldRetry` and `shouldRPCTerminate` methods are used to determine whether further polling attempts should occur or if the process should terminate."]]],[]]