method property
Optional. A gRPC method to match against. If this field is empty or omitted, will match all methods.
Implementation
@$pb.TagNumber(1)
GrpcRoute_MethodMatch get method => $_getN(0);
Implementation
@$pb.TagNumber(1)
set method(GrpcRoute_MethodMatch v) {
setField(1, v);
}