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-09 UTC."],[[["This webpage provides documentation for the `SpanName` class within the Google API Client Library for Java (gax) tracing package, with the most recent version being 2.63.1."],["The `SpanName` class, an abstract class, represents the name of an operation within an `ApiTracer`, allowing users to see the operation name."],["The class has static method `of` which is used to create an instance of the SpanName class, and this takes in both a client name and a method name."],["This `SpanName` class can be used to retreive the name of a client, such as `BigtableData`, with the method `getClientName` or the method being traced, such as `ReadRows` with the method `getMethodName`."],["The library is currently in a pre-GA stage, meaning it may have limited support and potentially incompatible changes in future versions."]]],[]]