[[["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 part of the Google API Common library for Java, with the latest version being 2.46.1."],["`SettableApiFuture` is an `ApiFuture` that allows its result to be manually set, similar to Guava's `SettableFuture`, designed for use within shaded libraries."],["The class `SettableApiFuture` inherits from `AbstractApiFuture`, providing methods like `addListener`, `cancel`, `get`, `set`, and `setException`."],["The `SettableApiFuture` class includes a static method `create()` to instantiate a new `SettableApiFuture` and methods like `set(V value)` and `setException(Throwable throwable)` to manage its state."],["The documentation provides a comprehensive list of versions for the `SettableApiFuture` class, ranging from 2.46.1 down to 2.1.2."]]],[]]