[[["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-09 UTC."],[[["The webpage provides a comprehensive list of versions for `TracedUnaryCallable`, ranging from the latest version 2.63.1 down to version 2.7.1."],["`TracedUnaryCallable` is a class that extends `UnaryCallable` and is designed to wrap a callable chain within an `ApiTracer` for tracing purposes."],["This class, intended for internal use, inherits several methods from `UnaryCallable` and `java.lang.Object`, including `futureCall`, `call`, and standard object methods like `clone` and `equals`."],["The `TracedUnaryCallable` constructor requires an `innerCallable`, an `ApiTracerFactory`, and a `SpanName` as parameters to properly function."],["The method `futureCall` allows you to call the wrapped `UnaryCallable` with a request and context, creating a new trace for that specific call, which allows for better understanding of the flow of the program."]]],[]]