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