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."],[[["This webpage provides documentation for various versions of the `SpanName` class, ranging from version 2.63.1 (latest) down to 2.7.1, which is part of the Google Cloud API Client Library for Java."],["The `SpanName` class is an abstract value class that represents the name of an operation within an `ApiTracer`, and it's located under the `com.google.api.gax.tracing` package."],["The `SpanName` class includes static and inherited methods such as `of(String clientName, String methodName)` to create a new name instance and `getClientName()` and `getMethodName()` to retrieve client and method names respectively, along with other object related methods."],["This library is considered a Beta release, meaning it is under the Pre-GA Offerings Terms with potential for limited support and compatibility issues between pre-GA versions, so please refer to the launch stage descriptions for more details."],["This class will have the name of the client that created it, along with the operation the client performed, which can be retrieved via the getClientName() and getMethodName() respectively."]]],[]]