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 version 2.59.1, with links to other previous versions."],["The `SpanName` class is an abstract class used to represent the name of an operation within an `ApiTracer` for tracing purposes."],["The library is in Beta and covered by the Pre-GA Offerings Terms, potentially having limited support and non-compatible changes across pre-GA versions."],["`SpanName` can be created using the `of(String clientName, String methodName)` method, and it provides methods to retrieve the client name (`getClientName`) and method name (`getMethodName`)."],["The `SpanName` class inherits from `java.lang.Object` and overides the `toString()` method, which is among many inherited members."]]],[]]