[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["This webpage provides documentation for the `TranslatingUnaryCallable` class in the Google API Client Library for Java (gax), showcasing versions ranging from 2.7.1 to the latest release, 2.63.1."],["`TranslatingUnaryCallable` is a class that extends `UnaryCallable` and allows the transformation of request and response types using specified transformers, facilitating communication with different API formats."],["The `create` static method facilitates the construction of a `TranslatingUnaryCallable` instance, requiring an `innerUnaryCallable`, a `requestTransformer`, and a `responseTransformer` as parameters."],["The `futureCall` method enables asynchronous execution of API calls, taking an `OuterRequestT` request and an `ApiCallContext` as arguments, ultimately returning an `ApiFuture` of the `OuterResponseT` type."],["`TranslatingUnaryCallable` inherits several methods from `UnaryCallable` and `Object`, including methods for making synchronous and asynchronous calls, context management, and basic object operations."]]],[]]