[[["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-07-01 UTC."],[[["This webpage lists the API documentation for `ApiFutureCallback` across multiple versions, from version 2.46.1 down to version 2.1.2."],["The latest version of `ApiFutureCallback` documented on this page is 2.46.1, which is located at `/java/docs/reference/api-common/latest/com.google.api.core.ApiFutureCallback`."],["`ApiFutureCallback` is an interface used for handling results from an `ApiFuture` object, and it includes two methods: `onFailure` for handling exceptions and `onSuccess` for handling successful results."],["The `onFailure` method takes a `Throwable` parameter which represents the exception that occurred."],["The `onSuccess` method takes a parameter `V`, which represents the result of the successful API call."]]],[]]