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, specifically in the context of the Google Cloud API Client Libraries for Java."],["The latest version of `SpanName` is 2.63.1, with the documentation also detailing previous versions going back to 2.7.1 for the user to access."],["`SpanName` is an abstract class that extends `java.lang.Object` and includes methods to get the client name (`getClientName`) and the method name (`getMethodName`), representing the name of the client and logical operation being traced, respectively."],["The class also has a static `of` method, which creates a new instance of `SpanName` using the provided client name and method name, offering a way to generate SpanName instances, and includes a `toString()` method that overrides the one inherited from `Object`."],["This documentation provides an overview of the available version history of the SpanName class, going back to version 2.7.1, allowing developers to see how it's changed over time, and navigate to each individual version if they require that specific one."]]],[]]