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 webpage provides documentation for the `SpanName` class, which is part of the `com.google.api.gax.tracing` package in the Java library, specifically for version 2.35.0 of that library."],["`SpanName` is an abstract class that represents the name of an operation being tracked within an `ApiTracer`, and its inheritance comes from the base `java.lang.Object` class."],["The class includes static methods like `of(String clientName, String methodName)` for creating new instances of the name, as well as abstract methods `getClientName()` and `getMethodName()` to retrieve the client and operation names respectively."],["The page contains links to a range of past versions of the documentation for `SpanName`, ranging from version 2.7.1 up to the latest version, 2.63.1, allowing users to view the class in other versions of the library."],["The class is utilized to trace operation in the ApiTracer, and can use the client's name, as well as the method's name to properly identify it."]]],[]]