[[["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 subclass of `AbstractApiFuture`, used for setting the result of an `ApiFuture`."],["The `SettableApiFuture` class is designed for situations where Guava's `SettableFuture` cannot be used directly, which often occurs when Guava needs to be shaded."],["The `SettableApiFuture` class includes methods to set a value or exception and the ability to create an instance using the `create()` method."],["The webpage lists multiple versions of this API, with the latest being version 2.46.1, showcasing the evolution and updates of the API over time."],["The class inherits various methods from `AbstractApiFuture` and `Object`, including methods like `get()`, `cancel()`, `set()`, and `setException()`."]]],[]]