[[["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 in the Google API Common library, detailing its methods, parameters, return types, and potential exceptions."],["The `AbstractApiFuture` class is an abstract implementation of `ApiFuture`, designed to mirror `AbstractFuture` from the Guava library, enabling asynchronous task management in Java applications."],["The document provides access to the `AbstractApiFuture` class documentation across numerous versions, with the latest being 2.46.1, and is shown to have inheritance from the `java.lang.Object` class, as well as implementing `com.google.api.core.ApiFuture\u003cV\u003e`."],["Key functionalities of the `AbstractApiFuture` class include adding listeners, canceling tasks, retrieving results with or without a timeout, and checking the task's status (cancelled or done)."],["The `AbstractApiFuture` class offers methods to set a value or exception for the future, affecting its subsequent state and result retrieval, and also provides versioned links back to all previous builds of the class."]]],[]]