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, specifically for version 2.58.0, and includes links to other versions as well."],["The `SpanName` class is used to represent the name of an operation within an `ApiTracer`, and this library is currently in the Beta stage, which might imply limited support."],["The `SpanName` class provides static `of()` method for creating a new instance, which takes the client name and method name as parameters, with `getClientName()` and `getMethodName()` used to retrieve these values respectively."],["It inherits from `java.lang.Object`, and overrides the `toString()` method to provide a string representation of the SpanName, for the purpose of determining the client and method."],["The documentation includes a list of available versions, from the latest 2.63.1 all the way back to 2.7.1, offering access to various iterations of the library."]]],[]]