[[["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."],[[["This webpage details the `TracedOperationCallable` class, which is a wrapper for `OperationCallable` within the Google API Client Library for Java, specifically in the `com.google.api.gax.tracing` package."],["The `TracedOperationCallable` class enhances operation management by integrating `ApiTracer` to trace and monitor the execution of operations, making it primarily designed for internal use."],["The class supports several version numbers, starting from version 2.63.1 which is the latest, all the way back to version 2.7.1, with numerous interim versions available for review."],["It inherits methods from `OperationCallable` and `java.lang.Object`, enabling it to manage operation calls, cancellations, and future calls while providing detailed tracing capabilities through its methods."],["The `TracedOperationCallable` class uses `ApiTracerFactory` and `SpanName` to construct a new instance, and it provides methods like `cancel`, `futureCall`, and `resumeFutureCall` to handle different stages of long-running operations with integrated tracing."]]],[]]