[[["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-15 UTC."],[[["The webpage documents various versions of the `NonCancellableFuture` class, ranging from version 2.63.1 (latest) down to version 2.7.1."],["`NonCancellableFuture` is a Java class that extends `AbstractApiFuture` and represents a future that cannot be externally canceled."],["It is designed for internal use within a package, despite being public for technical reasons, and can be found within the package `com.google.api.gax.retrying`."],["The class includes inherited methods from `AbstractApiFuture` and `Object`, such as `get()`, `isDone()`, `set()`, `equals()`, and others, in addition to it's overriden method `cancel`."],["The class `NonCancellableFuture` has a type parameter `ResponseT`, but the description is empty."]]],[]]