[[["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 lists the versions of `NonCancellableFuture`, a class in the `com.google.api.gax.retrying` package, ranging from version 2.63.1 (latest) down to 2.7.1."],["`NonCancellableFuture` is a Java class designed for internal use and extends `AbstractApiFuture`, ensuring that external packages cannot cancel it."],["The `NonCancellableFuture` class inherits methods such as `addListener`, `get`, `isCancelled`, `isDone`, `set`, and `setException` from its parent class `AbstractApiFuture`."],["The `cancel(boolean mayInterruptIfRunning)` method, which is overriden from `AbstractApiFuture`, is provided, but the key feature is that it can not be cancelled from the external package."],["The available documentation covers the class's constructor `NonCancellableFuture()` and provides details on its methods, parameters, and return types."]]],[]]