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."],[[["The latest version available for `SpanName` is 2.63.1, with a range of previous versions listed from 2.62.0 down to 2.7.1."],["`SpanName` is an abstract class used to represent the name of an operation within an `ApiTracer`, as part of the `com.google.api.gax.tracing` package."],["The class includes static and abstract methods such as `of(String clientName, String methodName)` to create new instances, and `getClientName()` and `getMethodName()` to retrieve the client and method name respectively."],["The `SpanName` class inherits from `java.lang.Object`, utilizing methods like `toString()`, `equals()`, and `hashCode()` which are common to all java objects."],["The `of` method needs two string inputs, `clientName`, and `methodName` to be constructed, where the client name will likely be a GAPIC generated client name."]]],[]]