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