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-03-21 UTC."],[[["The latest version available for the `SpanName` class is 2.63.1, as part of the Google API Client Library for Java."],["`SpanName` is an abstract class representing the name of an operation within an `ApiTracer`, found in the `com.google.api.gax.tracing` package."],["The `SpanName` class includes methods to retrieve the client name and the logical operation name being traced, using the `getClientName()` and `getMethodName()` functions respectively."],["This library is in a Pre-GA stage, meaning it may have limited support, and future changes might not be compatible with other pre-GA versions, as stated by the terms of service."],["The class provides a static `of()` method for creating new `SpanName` instances, requiring both a client name and a method name as input."]]],[]]