[[["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."],[[["The `SettableApiFuture` class is a version of `ApiFuture` whose result can be manually set, similar to Guava's `SettableFuture`, designed for use when Guava is shaded."],["`SettableApiFuture` extends `AbstractApiFuture` and inherits its methods, including `addListener`, `cancel`, `get`, `isCancelled`, `isDone`, `set`, and `setException`."],["The `create()` method is a static method that can be used to generate a new `SettableApiFuture` object."],["The `set(V value)` method is used to set the result of the `SettableApiFuture`, returning a boolean to represent the success of this operation."],["The `setException(Throwable throwable)` is used to manually set an exception for the `SettableApiFuture`, returning a boolean to represent the success of this operation."]]],[]]