[[["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 from 2.62.0 down to 2.7.1 for users who need documentation of prior versions."],["`TranslatingUnaryCallable` extends `UnaryCallable` and is designed to translate between different request and response types using provided transformers, allowing for flexible data transformation."],["The class offers a static `create` method to instantiate a `TranslatingUnaryCallable`, requiring an inner `UnaryCallable`, a request transformer, and a response transformer."],["The class contains a method, `futureCall`, which allows for asynchronous execution of a call, handling the `OuterRequestT` request and returning an `ApiFuture` of the `OuterResponseT` response."]]],[]]