[[["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."],[[["This webpage details the `OperationResponsePollAlgorithm` class, which is used for operation polling and retrying in the Google API Client Library for Java."],["The class implements the `ResultRetryAlgorithm` interface and continues retrying until `OperationSnapshot#isDone()` returns true, which signals the completion of an operation."],["The latest version of `OperationResponsePollAlgorithm` is version 2.63.1, with many previous versions also being available, all the way down to version 2.7.1."],["The page includes methods such as `createNextAttempt`, which takes previous attempt information and creates the settings for the next attempt, and `shouldRetry`, which determines whether or not a retry is necessary."],["The `OperationResponsePollAlgorithm` class inherits from the `java.lang.Object` class, inheriting all of its included members, such as `clone()` or `equals()`."]]],[]]