The name of the service. In general this will be GAPIC generated service
name StubSettings#getServiceName(). However, in some cases, when the GAPIC
generated service 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-03-21 UTC."],[[["This webpage provides documentation for the `MethodName` class within the Google API Client Library for Java, specifically within the `com.google.api.gax.tracing` package."],["The `MethodName` class, an abstract class, represents the name of an RPC method for use in an `ApiTracer`, which can be created using a static `of` method by passing a `serviceName` and `methodName`."],["The class contains abstract methods `getMethodName()` and `getServiceName()` which return the logical operation name being traced and the service name respectively, both as strings."],["The documentation lists available versions of the library, ranging from the latest [2.63.1] to an older version [2.7.1], that is covered by Pre-GA terms, meaning there may be limited support and potential breaking changes."],["The class inherits from `java.lang.Object`, therefore inheriting methods such as `toString()`, which is overridden in `MethodName`, and `wait()`, as listed in the provided content."]]],[]]