[[["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-17 UTC."],[[["This webpage details the `TracedOperationInitialCallable` class, which is designed for tracing the initial RPC of a long-running operation within the Google API Client Libraries for Java."],["The `TracedOperationInitialCallable` class extends `TracedUnaryCallable` and is used to trace an RPC like a child unary RPC while contributing to the parent tracer, which is typically created by `TracedOperationCallable`."],["The latest version of the library highlighted is version 2.63.1, and it provides links to documentation for various versions ranging from 2.63.1 down to 2.7.1."],["The class has a constructor that takes an `UnaryCallable`, an `ApiTracerFactory`, and a `SpanName` as parameters, allowing for the configuration of tracing behavior."],["The `futureCall` method allows you to call the wrapped `UnaryCallable` in a new trace context, returning an `ApiFuture\u003cOperationSnapshot\u003e`."]]],[]]