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-28 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e class in the Google Cloud API Client Library for Java, specifically within the \u003ccode\u003egax\u003c/code\u003e package.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e is designed for long-running operations, employing an exponential backoff strategy to determine the timing of subsequent polling attempts.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eExponentialRetryAlgorithm\u003c/code\u003e and provides methods to determine when to initiate another poll and if the polling process should be terminated.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.63.1, with numerous previous versions of \u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e ranging from 2.2.0 up to 2.63.1 also being listed in the content.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOperationTimedPollAlgorithm\u003c/code\u003e class can be instantiated using static methods such as the \u003ccode\u003ecreate\u003c/code\u003e method which allows the setting of \u003ccode\u003eRetrySettings\u003c/code\u003e and an optional \u003ccode\u003eApiClock\u003c/code\u003e parameter.\u003c/p\u003e\n"]]],[],null,[]]