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-08-15 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e class, which is a part of the Google API Client Library for Java.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e class extends \u003ccode\u003eExponentialRetryAlgorithm\u003c/code\u003e and uses exponential backoff to determine the timing of the next polling operation, ceasing polling if the timeout is exceeded.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is \u003ccode\u003e2.63.1\u003c/code\u003e, and the page includes a comprehensive list of past versions dating back to \u003ccode\u003e2.7.1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides two static methods, \u003ccode\u003ecreate\u003c/code\u003e, which creates the polling algorithm with different parameters, such as the \u003ccode\u003eRetrySettings\u003c/code\u003e and \u003ccode\u003eApiClock\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class also provides \u003ccode\u003eshouldRetry\u003c/code\u003e and \u003ccode\u003eshouldRPCTerminate\u003c/code\u003e methods which decide when to continue polling or terminate based on given parameters.\u003c/p\u003e\n"]]],[],null,[]]