[[["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-02 UTC."],[[["This webpage provides documentation for the `TranslatingUnaryCallable` class in the Google API Client Library for Java (gax), showcasing versions from 2.7.1 up to the latest release, 2.63.1."],["`TranslatingUnaryCallable` is a class that extends `UnaryCallable` and facilitates the translation of request and response types using specified transformers."],["The class supports the asynchronous execution of calls via the `futureCall` method and includes a static `create` method for constructing a `TranslatingUnaryCallable` instance, where you can specify the inner callable, request and response transformers."],["The `TranslatingUnaryCallable` class inherits multiple methods from `UnaryCallable` class, and Object, allowing for functions such as `call`, `futureCall`, and `withDefaultCallContext` to be used."],["Four type parameters are in place for the `TranslatingUnaryCallable`, they are `InnerRequestT`, `InnerResponseT`, `OuterRequestT`, and `OuterResponseT`, to specify the types to be used in the translations."]]],[]]