[[["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."],[[["This webpage details the `SettableApiFuture` class, a component of the Google API Common library's Java implementation, with version 2.44.0 highlighted."],["`SettableApiFuture` is an `ApiFuture` that allows its result to be manually set, similar to Guava's `SettableFuture`, designed for use within shaded libraries."],["The class inherits from `AbstractApiFuture` and consequently, from `java.lang.Object`, providing inherited methods for managing task execution, including cancellation, result retrieval, and exception handling."],["The `SettableApiFuture` class provides static methods for creating instances (`create()`) and methods to set a value or an exception (`set(V value)` and `setException(Throwable throwable)`), allowing for direct control over the future's outcome."],["A list of links to previous versions of the library is available, with version 2.46.1 being the most recent."]]],[]]