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 (gax) package, specifically for version 2.38.0, with links to other versions."],["`SpanName` is a value class that represents the name of an operation within an `ApiTracer`, which can be created using the static `of(String clientName, String methodName)` method."],["The `SpanName` class is abstract, and it includes methods to retrieve the client name (e.g., \"BigtableData\") and the logical operation name (e.g., \"ReadRows\") via `getClientName()` and `getMethodName()`, respectively."],["The current version of this library is in Beta, covered by the Pre-GA Offerings Terms, and might have limited support and compatibility with other pre-GA versions."],["This class inherits from `java.lang.Object`, containing inherited members for common object operations like `equals`, `hashCode`, and `toString`."]]],[]]