[[["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."],[[["This webpage details the `TranslatingUnaryCallable` class in the Google API Client Library for Java, a tool for translating request and response types in API calls."],["The `TranslatingUnaryCallable` class is part of the `com.google.api.gax.rpc` package, extending the `UnaryCallable` class, which you can use to translate request and response types using the provided transformers."],["The page lists numerous versions of the `TranslatingUnaryCallable` class, ranging from the latest version `2.63.1` down to version `2.7.1`, indicating a history of development and maintenance."],["The `create` method is a static method used to generate instances of `TranslatingUnaryCallable`, by taking in a `UnaryCallable`, `requestTransformer` and `responseTransformer`."],["The class's `futureCall` method allows for asynchronous execution of API calls, overriding the parent `UnaryCallable` method, taking in the request and a call context."]]],[]]