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-04-09 UTC."],[[["The webpage provides documentation for the `MethodName` class within the `com.google.api.gax.tracing` package, designed for representing RPC method names in `ApiTracer`."],["The latest available version documented is 2.63.1, while the page specifically displays information for version 2.48.1, alongside a list of other previous versions."],["`MethodName` is an abstract class extending `java.lang.Object`, and allows users to obtain the service name and method name associated with a traced operation through `getServiceName()` and `getMethodName()` methods."],["The `MethodName` class includes a static method `of(String serviceName, String methodName)` for creating instances with specified service and method names, which the service name is typically the GAPIC generated service name."],["This library is in its pre-GA phase and therefore might have limited support, as well as incompatible changes with other pre-GA versions."]]],[]]