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."],[[["This webpage provides documentation for the `SpanName` class within the Google API Client Library for Java (com.google.api.gax), covering versions from 2.7.1 to the latest release, 2.63.1."],["The `SpanName` class is used to represent the name of an operation in an `ApiTracer`, and this specific library is in a pre-GA state, subject to limited support and potential breaking changes between pre-GA versions."],["The `SpanName` class offers static method `of` to create new instances, requiring a client name and a method name as string parameters, to better define the client and method operation."],["The methods available within the class `SpanName` are `getClientName` and `getMethodName`, which are both used to retrieve the client name and the logical operation name respectively, both of which return a string value, along with `toString` to display the value of the class as a String."]]],[]]