[[["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-07-01 UTC."],[[["This webpage details the `SettableApiFuture` class, a part of the Google API Common library, with version 2.46.1 being the latest release, and lists a history of previous versions from 2.45.0 down to 2.1.2."],["`SettableApiFuture` extends `AbstractApiFuture` and allows the setting of an ApiFuture's result, similar to Guava's `SettableFuture` but designed to work with shaded Guava."],["The class inherits methods from `AbstractApiFuture`, such as `addListener`, `cancel`, `get`, and `setException`, and it also inherits from `java.lang.Object` methods."],["`SettableApiFuture` provides two primary methods: `set(V value)` to set the result and `setException(Throwable throwable)` to set an exception, both returning a boolean to signify if the action was successful."],["A static `create()` method is available to instantiate a new `SettableApiFuture` object."]]],[]]