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-09 UTC."],[[["This webpage provides documentation for the `SpanName` class, which is used to represent the name of an operation within an `ApiTracer` in the `com.google.api.gax.tracing` package, spanning versions from 2.7.1 to 2.63.1."],["The latest version documented is 2.63.1, with previous releases available for browsing, going back to version 2.7.1, and each version having their own specific documentation."],["The `SpanName` class includes static methods like `of(String clientName, String methodName)` to create a new instance with a client name and method name, and it also has methods `getClientName()` and `getMethodName()` to retrieve the respective names."],["The `SpanName` class inherits from `java.lang.Object` and, as such, it inherits and overrides many methods, including, but not limited to, `clone()`, `equals()`, `getClass()`, `toString()`, and `wait()`."]]],[]]