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