[[["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 specialized `ApiFuture` that allows manual setting of its result, similar in concept to Guava's `SettableFuture`."],["The class `SettableApiFuture` extends `AbstractApiFuture` and inherits members related to managing asynchronous operations like adding listeners, cancellation, and getting results."],["The latest version available for `SettableApiFuture` is 2.46.1, and the page also provides a comprehensive list of prior versions, spanning from 2.45.0 to 2.1.2."],["`SettableApiFuture` offers static method `create()` to create a new instance and instance methods `set(V value)` and `setException(Throwable throwable)` for setting the value or an exception."],["The `SettableApiFuture` class has a type parameter `V` that is used to define the type of the result that can be set into the future."]]],[]]