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) tracing package, with the most recent version being 2.63.1."],["The `SpanName` class, which is an abstract class, is used to represent the name of an operation in an `ApiTracer`, offering methods to retrieve the client name and method name associated with it."],["The `SpanName` class is in beta, which means it might have limited support and may undergo changes that are not compatible with prior beta versions, and documentation is available for all versions down to 2.7.1."],["The `SpanName` class includes a static method, `of(String clientName, String methodName)`, to create a new instance, requiring both the client's name and the method's name as parameters."],["The page also provides a reference for all the inherited methods from `java.lang.Object`, as well as the methods implemented in the `SpanName` class including getClientName, getMethodName, and toString."]]],[]]