method property

  1. @TagNumber.new(1)
GrpcRoute_MethodMatch get method

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);
  1. @TagNumber.new(1)
set method (GrpcRoute_MethodMatch v)

Implementation

@$pb.TagNumber(1)
set method(GrpcRoute_MethodMatch v) {
  setField(1, v);
}