[[["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."],[[["This webpage details the `SettableApiFuture` class, a version of `ApiFuture` whose result can be manually set, similar in nature to Guava's `SettableFuture`."],["The latest version documented is 2.46.1, and the page offers documentation for various versions of the `SettableApiFuture` class, ranging from 2.1.2 to 2.46.1."],["`SettableApiFuture` inherits from `AbstractApiFuture` and provides methods for setting a value or an exception, as seen with the `set(V value)` and `setException(Throwable throwable)` methods."],["The class also includes a static `create()` method that is used to create an instance of the `SettableApiFuture` class, returning a SettableApiFuture object."]]],[]]