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 within the Google API Client Library for Java, covering various versions from 2.7.1 up to the latest release, 2.63.1."],["`SpanName` is an abstract class representing the name of an operation in an `ApiTracer`, and it is designed to identify the client and the method being executed."],["The `SpanName` class can be instantiated with a client name and a method name, and can be retrieved using the static `of(String clientName, String methodName)` method."],["The `SpanName` class is currently in a Beta stage, which is pre-GA, and is subjected to limited support, potential breaking changes, and is covered under the Pre-GA Offerings Terms of Service."],["The `SpanName` class inherits methods from `java.lang.Object` such as `equals()`, `hashCode()`, and `toString()` and has methods such as `getClientName()` and `getMethodName()` to retrieve specific properties."]]],[]]