[[["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-09 UTC."],[[["This webpage provides documentation for the `NonCancellableFuture` class, a specialized type of future in the `com.google.api.gax.retrying` package that cannot be cancelled externally."],["The class `NonCancellableFuture` extends `AbstractApiFuture` and inherits methods such as `addListener`, `get`, `isCancelled`, and `isDone`."],["The documentation lists versions of the `NonCancellableFuture` class ranging from the latest `2.63.1` down to `2.7.1`, providing access to older versions."],["The `NonCancellableFuture` class includes a `cancel(boolean mayInterruptIfRunning)` method that overrides the same method from `AbstractApiFuture`, and although you may call this method, the future will still not be cancellable."],["This class is intended for internal use, but is made public for technical reasons, and is constructed using a default constructor `NonCancellableFuture()`."]]],[]]