[[["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-07 UTC."],[[["This webpage lists different versions of the `TranslatingUnaryCallable` class, ranging from version 2.63.1 (latest) down to 2.7.1, within the Google API Client Library for Java."],["The `TranslatingUnaryCallable` class extends `UnaryCallable` and is designed to translate between inner and outer request and response types using transformers."],["It allows for asynchronous calls using the `futureCall` method, and also has a static `create` method to help instantiate a new `TranslatingUnaryCallable` with supplied parameters."],["The class inherits various methods from `UnaryCallable`, such as `call`, `futureCall`, and `withDefaultCallContext`, and from `Object` which includes `clone`, `equals`, and `toString` among others."],["The `TranslatingUnaryCallable` is parametrized with four types, `InnerRequestT`, `InnerResponseT`, `OuterRequestT`, and `OuterResponseT` which allows you to define the type of each request and response to be handled."]]],[]]