[[["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 details the `TracedUnaryCallable` class, which is a part of the Google API Client Library for Java (gax) and is currently in a Beta stage, meaning it is subject to change."],["The `TracedUnaryCallable` class extends `UnaryCallable` and wraps a callable chain within an `ApiTracer` for the purpose of tracing API calls."],["The content lists available versions of the `TracedUnaryCallable`, from version 2.63.1 (latest) down to 2.7.1, detailing the different releases and their respective documentation links."],["`TracedUnaryCallable` has a constructor that takes an `innerCallable`, an `ApiTracerFactory`, and a `SpanName` as parameters, and a `futureCall` method that executes the wrapped `UnaryCallable` within the context of a new trace."],["The `futureCall` method, used to make requests, accepts a request object of type RequestT and an `ApiCallContext` object, returning an `ApiFuture` of type ResponseT."]]],[]]