[[["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."],[[["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."]]],[]]