[[["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-07-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()`."]]],[]]