[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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()`."]]],[]]