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