[[["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-08 UTC."],[[["The latest version of `AbstractApiFuture` is 2.46.1, with several other previous versions available for reference, including versions 2.45.0, 2.44.0, all the way to 2.1.2."],["`AbstractApiFuture` is an abstract implementation of `ApiFuture` that mirrors `AbstractFuture` in Guava, extending `java.lang.Object` and implementing `com.google.api.core.ApiFuture\u003cV\u003e`."],["The class provides core functionalities such as `addListener`, `cancel`, `get`, `isCancelled`, `isDone`, `set`, and `setException` for managing asynchronous operations, along with inheritance methods from `Object`."],["`AbstractApiFuture` methods allow users to manage listeners, cancel operations, retrieve results with or without timeouts, and check the status of asynchronous tasks, while handling exceptions like `InterruptedException`, `ExecutionException`, and `TimeoutException`."],["The `AbstractApiFuture` class can be customized via the type parameter `V` which represents the value that can be set using `set(V value)`."]]],[]]