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 within the Google API Client Library for Java (gax), specifically for tracing operations."],["The latest version of `SpanName` documented is 2.63.1, with a comprehensive list of previous versions going back to 2.7.1 available for review and comparison."],["`SpanName` is a value class representing the name of an operation in an `ApiTracer`, derived from `java.lang.Object`, and inheriting its basic methods."],["The `SpanName` class offers a static `of` method to create new instances, taking the client name and method name as parameters to provide context to the traced operation."],["The core functionalities of `SpanName` include retrieving the client name via `getClientName()` and the method name via `getMethodName()`, along with a standard `toString()` method for representation."]]],[]]