grpcMethod property

  1. @TagNumber.new(3)
String get grpcMethod

Required. Name of the method to match against. If unspecified, will match all methods.

Implementation

@$pb.TagNumber(3)
$core.String get grpcMethod => $_getSZ(2);
  1. @TagNumber.new(3)
set grpcMethod (String v)

Implementation

@$pb.TagNumber(3)
set grpcMethod($core.String v) {
  $_setString(2, v);
}