[[["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 part of the Google API Client Libraries for Java, specifically within the `com.google.api.gax.tracing` package."],["The `TracedOperationInitialCallable` class is designed to trace the initial Remote Procedure Call (RPC) of a long-running operation, treating it as a child unary RPC while contributing its results to the parent tracer."],["The class extends `TracedUnaryCallable` and ultimately inherits from `UnaryCallable` and `java.lang.Object`, providing methods like `futureCall` to call the wrapped `UnaryCallable` within a new trace context."],["The constructor of `TracedOperationInitialCallable` takes parameters such as `innerCallable`, `tracedFactory`, and `spanName` to define the operation's behavior and context."],["The webpage provides a comprehensive list of versions of this class, ranging from version 2.63.1 (latest) down to 2.7.1, and gives links to each version's documentation."]]],[]]