[[["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-17 UTC."],[[["This webpage provides documentation for the `AbstractApiFuture` class, which is an abstract implementation of `ApiFuture` in Java, mirroring Guava's `AbstractFuture`."],["The latest version documented is 2.46.1, and the page lists accessible documentation for a comprehensive range of previous versions, going all the way back to version 2.1.2."],["`AbstractApiFuture` implements the `com.google.api.core.ApiFuture` interface and inherits from `java.lang.Object`, offering methods such as `addListener`, `cancel`, `get`, `isCancelled`, and `isDone`."],["The class also features methods to manage the state and result of the future, including `set`, `setException`, and a protected method `interruptTask`, and defines type parameter `V`."],["`AbstractApiFuture` methods may throw `InterruptedException`, `ExecutionException`, and `TimeoutException`, as outlined in their respective descriptions."]]],[]]