[[["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 Cloud API Client Libraries for Java, specifically within the `com.google.api.gax.rpc` package."],["The latest version available is 2.63.1, with a range of historical versions listed down to 2.7.1, all of which are accessible for browsing their specific documentations."],["`TranslatingUnaryCallable` is a subclass of `UnaryCallable` designed to translate between different request and response types, utilizing user-provided transformers, and is applicable to types `InnerRequestT`, `InnerResponseT`, `OuterRequestT`, and `OuterResponseT`."],["The class includes a static `create` method for creating instances, which takes an `innerUnaryCallable`, `requestTransformer`, and `responseTransformer` as arguments, and can perform calls asynchronously through the `futureCall` method, overriding the `UnaryCallable` superclass method."],["The `TranslatingUnaryCallable` class inherits members from `UnaryCallable` and `Object`, providing additional methods for managing asynchronous calls and default call contexts, amongst others."]]],[]]