[[["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-02 UTC."],[[["This webpage provides documentation for the `NonCancellableFuture` class in the `com.google.api.gax.retrying` package, with version 2.63.1 being the latest and a full range of versions available."],["The `NonCancellableFuture` class is a specialized type of future, extending `AbstractApiFuture`, that, as the name implies, cannot be cancelled externally."],["It is intended for internal use but is public for technical reasons, and it inherits various methods from `AbstractApiFuture` and the base `Object` class."],["The type parameter `ResponseT` is used within the class, however, the webpage does not provide any further context as to what this represents."],["One method, `cancel(boolean mayInterruptIfRunning)` is defined in the class, which overrides the `cancel` method in `AbstractApiFuture`, and provides the functionality of not being able to be cancelled from an external package."]]],[]]