[[["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."],[[["The provided content outlines the different versions of `TranslatingUnaryCallable`, ranging from the latest version 2.63.1 down to version 2.7.1, and provides links to each version's documentation."],["`TranslatingUnaryCallable` is a class that extends `UnaryCallable` and is used for translating request and response types using specified transformers in Java."],["The class provides a static `create` method for generating instances and takes in an inner `UnaryCallable`, a request transformer, and a response transformer as parameters."],["It includes a `futureCall` method that allows for performing asynchronous calls, overriding the `futureCall` method found in the parent `UnaryCallable` class."],["`TranslatingUnaryCallable` contains type parameters for both inner and outer request/response types (InnerRequestT, InnerResponseT, OuterRequestT, and OuterResponseT)."]]],[]]