[[["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-03-21 UTC."],[[["The page details the `TranslatingUnaryCallable` class within the Google API Client Libraries for Java, showcasing versions from 2.63.1 down to 2.7.1."],["`TranslatingUnaryCallable` is a subclass of `UnaryCallable` that allows for the translation of request and response types via transformers, making it versatile for adapting different data models."],["This class includes a static `create` method that builds a `TranslatingUnaryCallable` instance by taking an inner `UnaryCallable`, a request transformer, and a response transformer as parameters."],["The `futureCall` method enables asynchronous execution of calls, accepting an outer request and an `ApiCallContext` to provide a future for the outer response."],["The `TranslatingUnaryCallable` class inherits methods like `call`, `futureCall`, and `withDefaultCallContext` from `UnaryCallable`, as well as common object methods from the core Java `Object` class, expanding its functionality."]]],[]]