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 details the `OperationTimedPollAlgorithm` class, specifically version 2.59.1, which is used for timed polling operations with exponential backoff."],["The `OperationTimedPollAlgorithm` class extends `ExponentialRetryAlgorithm` and inherits several methods for managing retry attempts, including creating first and next attempts."],["The `create` static method can be used to create a new instance of the algorithm, either using default time computations or specifying a custom `ApiClock`."],["The `shouldRetry` method determines if another polling attempt should be made and will throw a `CancellationException` if no further attempts are to be made."],["The `shouldRPCTerminate` method checks whether an RPC call should be terminated based on the time remaining."]]],[]]