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."],[[["The webpage provides documentation for the `OperationTimedPollAlgorithm` class in the Google Cloud API Client Library for Java, specifically within the `gax` package."],["The `OperationTimedPollAlgorithm` class, extending `ExponentialRetryAlgorithm`, manages timed polling operations using an exponential backoff strategy, and it will cancel polling if it surpasses a set timeout."],["The latest version documented is `2.63.1`, and the page has an extensive archive of versions, ranging down to `2.7.1`, each with its own specific documentation page."],["The class offers static `create` methods to initialize the algorithm with `RetrySettings`, optionally allowing for the specification of a custom `ApiClock`."],["The class provides methods such as `shouldRPCTerminate` to determine if a remote procedure call should end, and `shouldRetry` to figure out if more polling attempts should be done."]]],[]]