[[["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 webpage details the `SettableApiFuture` class, a Java utility similar to Guava's `SettableFuture`, designed to allow setting the result of an `ApiFuture` and is part of the `com.google.api.core` package."],["The latest version of `SettableApiFuture` documented here is 2.46.1, and the page also provides documentation links for a range of previous versions, down to version 2.1.2."],["`SettableApiFuture` extends `AbstractApiFuture` and inherits methods for managing the future's state, including adding listeners, canceling, getting results, and checking completion status."],["The class includes static method `\u003cV\u003ecreate()` for creating new instances and methods like `set(V value)` and `setException(Throwable throwable)` for setting the result or exception of the future, respectively."],["The webpage offers a list of inherited members from `AbstractApiFuture`, as well as from `java.lang.Object`, along with links to their respective documentation, which includes the methods such as `addListener`, `cancel`, and `get`."]]],[]]