[[["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."],[[["This document outlines the `AbstractApiFuture` class, which is an abstract implementation of `ApiFuture` and mirrors `AbstractFuture` from Guava."],["The latest version available for `AbstractApiFuture` is 2.46.1, with a listing of previous versions from 2.45.0 all the way down to 2.1.2, as well as the currently listed version of 2.28.0."],["`AbstractApiFuture` inherits from `java.lang.Object` and implements `com.google.api.core.ApiFuture\u003cV\u003e`, with a generic type parameter `V`."],["The class provides several methods including `addListener`, `cancel`, `get`, `interruptTask`, `isCancelled`, `isDone`, `set`, and `setException`, each with detailed parameter, return, and exception information."],["The `AbstractApiFuture` class provides abstract methods that allow for the manipulation of objects, and to set custom exceptions or custom values."]]],[]]