[[["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-01 UTC."],[[["This webpage details the `TracedUnaryCallable` class, which is designed for internal use and extends `UnaryCallable` to wrap a callable chain within an `ApiTracer`."],["The `TracedUnaryCallable` class is found in the `com.google.api.gax.tracing` package and is part of version 2.19.2 of the library."],["The class constructor takes an `innerCallable`, `ApiTracerFactory`, and `SpanName` as parameters to set up the tracing context for the callable."],["The webpage provides a comprehensive list of different versions of the library, from 2.63.1 (latest) down to 2.7.1, with links to their respective documentation."],["The method `futureCall` allows you to call the wrapped `UnaryCallable` with in the context of a trace, taking a request and `ApiCallContext` as arguments, and it overrides the same named method in the super class `UnaryCallable`."]]],[]]