[[["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 in the `com.google.api.gax.retrying` package, which represents a future that cannot be externally cancelled."],["The documentation covers a range of versions, from 2.63.1 (latest) down to 2.7.1, offering links to the documentation for each version of `NonCancellableFuture`."],["The `NonCancellableFuture` class extends `AbstractApiFuture` and provides methods like `cancel(boolean)` that overrides the super class, `addListener`, `get`, `isDone`, `set`, and `setException`."],["The `NonCancellableFuture` class has a constructor `NonCancellableFuture()` and is designed for internal use but is public for technical reasons."],["The `cancel` method is implemented in the `NonCancellableFuture` class and takes a boolean parameter `mayInterruptIfRunning` determining if the method can interrupt the future, and returns a boolean."]]],[]]