[[["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-08-15 UTC."],[[["The `SettableApiFuture` class, extending `AbstractApiFuture`, allows setting the result of an `ApiFuture` and is designed for use in situations where Guava is shaded."],["This documentation covers a comprehensive range of versions, from 2.1.2 to the latest 2.46.1, for the `SettableApiFuture` API, with the latest version at the top of the list."],["`SettableApiFuture` includes inherited methods from `AbstractApiFuture`, such as `addListener`, `cancel`, `get`, and `isDone`, in addition to methods from `java.lang.Object`."],["The `create()` method is a static method used to generate an instance of `SettableApiFuture`."],["The class allows setting the value or the exception of the future through the methods `set(V value)` and `setException(Throwable throwable)` respectively, both returning a boolean to indicate success."]]],[]]