[[["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-01 UTC."],[[["The `SettableApiFuture` class is a version of `ApiFuture` whose result can be set manually, similar to Guava's `SettableFuture`."],["The latest version of `SettableApiFuture` is 2.46.1, and there are various older versions available, starting from version 2.1.2."],["`SettableApiFuture` inherits from `AbstractApiFuture`, extending its functionality by including the capability to set a value or an exception."],["The `create()` method is available as a static method to return a new instance of `SettableApiFuture`, and the class also has the methods `set(V value)` and `setException(Throwable throwable)` to set the state of the object."]]],[]]