[[["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."],[[["This webpage details the `TracedOperationCallable` class, which is an extension of `OperationCallable` designed for internal use and integrated with `ApiTracer` for enhanced operation tracing."],["The class is parameterized to handle different request, response, and metadata types, specifically `RequestT`, `ResponseT`, and `MetadataT`."],["`TracedOperationCallable` offers functionalities to wrap operations with tracing, including methods like `cancel`, `futureCall`, and `resumeFutureCall`, which are overridden from the base `OperationCallable` class, so that they are handled through a tracing wrapper."],["The page lists the JavaDocs for the different versions of this class, from version 2.24.0 up to the latest 2.63.1, allowing users to access specific version information."],["The `TracedOperationCallable` constructor takes an `OperationCallable`, `ApiTracerFactory`, and `SpanName` as parameters, setting up the tracing framework for the wrapped operation."]]],[]]