[[["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 `TranslatingUnaryCallable` class, which is a part of the Google API Client Libraries for Java, specifically within the `com.google.api.gax.rpc` package."],["The `TranslatingUnaryCallable` class extends `UnaryCallable` and is designed to translate request and response types through user defined transformers."],["The latest version listed on the webpage is 2.63.1, while the webpage itself highlights the 2.36.0 version, and the page provides a list of available versions from 2.63.1 down to 2.7.1, each with links to their respective documentation."],["`TranslatingUnaryCallable` can be instantiated with the static `create` method, which takes an inner `UnaryCallable`, a request transformer, and a response transformer as arguments."],["The class overrides the `futureCall` method, enabling asynchronous calls with type-translated requests and responses using an `ApiCallContext`, returning an `ApiFuture` instance that allows for handling the asynchronous response."]]],[]]