The name of the client. In general this will be GAPIC generated client name.
However, in some cases, when the GAPIC generated client is wrapped, this will be overridden
to specify the manually written wrapper's name.
[[["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 provides documentation for the `SpanName` class, which is part of the Google API Client Libraries for Java (gax) and represents the name of an operation within an `ApiTracer`."],["The page offers a comprehensive list of versions for the `SpanName` class, ranging from version 2.63.1 (latest) down to 2.7.1."],["`SpanName` is an abstract class that allows the user to get the name of the client, such as BigtableData, and the logical operation name, such as ReadRows, being traced."],["The class includes methods like `getClientName()`, `getMethodName()`, and `of(String clientName, String methodName)` to retrieve client and method names, and also to create a new `SpanName` instance."],["The documentation lists inherited members from `java.lang.Object`, and it includes information on the class's constructors and methods, including details about parameters, return types, and descriptions."]]],[]]