methodName property

  1. @TagNumber(8)
String methodName

The name of the service method or operation. For API calls, this should be the name of the API method. For example,

 "google.datastore.v1.Datastore.RunQuery"
 "google.logging.v1.LoggingService.DeleteLog"

Implementation

@$pb.TagNumber(8)
$core.String get methodName => $_getSZ(4);
  1. @TagNumber(8)
void methodName=(String v)

Implementation

@$pb.TagNumber(8)
set methodName($core.String v) { $_setString(4, v); }