[[["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."],[[["The `TracedOperationCallable` class, part of the Google API Client Library for Java, extends `OperationCallable` and is designed to wrap it with `ApiTracer` for enhanced operation tracing."],["This class is intended for internal use and provides methods for managing long-running operations, including starting, polling, and cancelling them, all wrapped within tracing capabilities."],["`TracedOperationCallable` allows for the tracing of operations like cancellation, initiating a long-running operation, and resuming a long-running operation, through methods like `cancel`, `futureCall`, and `resumeFutureCall` respectively."],["It uses `ApiTracerFactory` and `SpanName` to manage tracing information and requires an inner `OperationCallable` for its operation logic."],["There are many different versions of `TracedOperationCallable` available for users to view, ranging from version 2.63.1 to version 2.7.1."]]],[]]