[[["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-08-01 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."]]],[]]