[[["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."],[[["The latest version available for `NonCancellableFuture` is 2.63.1, and the page lists versions dating back to 2.7.1."],["`NonCancellableFuture` is a class in the `com.google.api.gax.retrying` package that extends `AbstractApiFuture` and is designed to be a future that cannot be externally cancelled."],["This class is intended for internal use but is made public for technical purposes, and it inherits several methods from `AbstractApiFuture`, such as `addListener`, `get`, and `isDone`."],["The `NonCancellableFuture` class includes a constructor `NonCancellableFuture()` and a method `cancel(boolean mayInterruptIfRunning)`, which overrides its parent's method, `AbstractApiFuture\u003cV\u003e.cancel(boolean mayInterruptIfRunning)`."],["The `NonCancellableFuture` class uses a type parameter `ResponseT`, without any description, as a placeholder for a generic response type."]]],[]]