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 the `SpanName` class, which is part of the Google API Client Libraries for Java (gax) and represents the name of an operation in an `ApiTracer`."],["The latest version of the `SpanName` documentation is 2.63.1, and the page includes documentation links to the `SpanName` class for versions spanning from 2.63.1 down to 2.7.1."],["The `SpanName` class includes static and abstract methods for creating and retrieving relevant names such as the `of(String clientName, String methodName)` static method for creating a new instance, as well as the `getClientName()` and `getMethodName()` abstract methods, and a `toString()` method."],["`SpanName` is an abstract class that inherits from `java.lang.Object`, where it provides methods to get the client's name, get the method name, and create a new instance."],["The documentation page lists all inherited members from the `Object` class, as well as the methods provided by `SpanName`."]]],[]]