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