grpcMethod property
Required. Name of the method to match against. If unspecified, will match all methods.
Implementation
@$pb.TagNumber(3)
$core.String get grpcMethod => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set grpcMethod($core.String v) {
$_setString(2, v);
}