[[["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 an operation polling algorithm that retries until `OperationSnapshot#isDone()` returns true."],["The `OperationResponsePollAlgorithm` class is implemented in Java and it inherits from `java.lang.Object`."],["The class implements the `ResultRetryAlgorithm` interface with `OperationSnapshot` type parameters, found within `com.google.api.gax.retrying`."],["It provides two primary methods: `createNextAttempt`, which determines settings for the next attempt and takes in a throwable, OperationSnapshot, and previous settings, and `shouldRetry`, which takes in a throwable and OperationSnapshot to determine whether to retry."],["The provided documentation contains an extensive list of versioned links, indicating that the class has been maintained and updated over time, with the latest version being 2.63.1."]]],[]]