methodName property

  1. @TagNumber.new(2)
String get methodName

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

@$pb.TagNumber(2)
$core.String get methodName => $_getSZ(1);
  1. @TagNumber.new(2)
set methodName (String value)

Implementation

@$pb.TagNumber(2)
set methodName($core.String value) => $_setString(1, value);