methodName property

String? methodName
getter/setter pair

Fully qualified name of the API method for which this quota operation is requested.

This name is used for matching quota rules or metric rules and billing status rules defined in service configuration. This field should not be set if any of the following is true: (1) the quota operation is performed on non-API resources. (2) quota_metrics is set because the caller is doing quota override. Example of an RPC method name: google.example.library.v1.LibraryService.CreateShelf

Implementation

core.String? methodName;