[[["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 lists different versions of the `TranslatingUnaryCallable` class, ranging from version 2.63.1 (latest) down to 2.7.1, within the Google API Client Library for Java."],["The `TranslatingUnaryCallable` class extends `UnaryCallable` and is designed to translate between inner and outer request and response types using transformers."],["It allows for asynchronous calls using the `futureCall` method, and also has a static `create` method to help instantiate a new `TranslatingUnaryCallable` with supplied parameters."],["The class inherits various methods from `UnaryCallable`, such as `call`, `futureCall`, and `withDefaultCallContext`, and from `Object` which includes `clone`, `equals`, and `toString` among others."],["The `TranslatingUnaryCallable` is parametrized with four types, `InnerRequestT`, `InnerResponseT`, `OuterRequestT`, and `OuterResponseT` which allows you to define the type of each request and response to be handled."]]],[]]