@@ -21,48 +21,48 @@ public class TestServiceGrpc {
2121 io .grpc .MethodDescriptor .create (
2222 io .grpc .MethodDescriptor .MethodType .UNARY ,
2323 "grpc.testing.TestService" , "EmptyCall" ,
24- io .grpc .protobuf .ProtoUtils .marshaller (com .google .protobuf .EmptyProtos .Empty .PARSER ),
25- io .grpc .protobuf .ProtoUtils .marshaller (com .google .protobuf .EmptyProtos .Empty .PARSER ));
24+ io .grpc .protobuf .ProtoUtils .marshaller (com .google .protobuf .EmptyProtos .Empty .parser () ),
25+ io .grpc .protobuf .ProtoUtils .marshaller (com .google .protobuf .EmptyProtos .Empty .parser () ));
2626 // Static method descriptors that strictly reflect the proto.
2727 public static final io .grpc .MethodDescriptor <io .grpc .testing .integration .Messages .SimpleRequest ,
2828 io .grpc .testing .integration .Messages .SimpleResponse > METHOD_UNARY_CALL =
2929 io .grpc .MethodDescriptor .create (
3030 io .grpc .MethodDescriptor .MethodType .UNARY ,
3131 "grpc.testing.TestService" , "UnaryCall" ,
32- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .SimpleRequest .PARSER ),
33- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .SimpleResponse .PARSER ));
32+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .SimpleRequest .parser () ),
33+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .SimpleResponse .parser () ));
3434 // Static method descriptors that strictly reflect the proto.
3535 public static final io .grpc .MethodDescriptor <io .grpc .testing .integration .Messages .StreamingOutputCallRequest ,
3636 io .grpc .testing .integration .Messages .StreamingOutputCallResponse > METHOD_STREAMING_OUTPUT_CALL =
3737 io .grpc .MethodDescriptor .create (
3838 io .grpc .MethodDescriptor .MethodType .SERVER_STREAMING ,
3939 "grpc.testing.TestService" , "StreamingOutputCall" ,
40- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallRequest .PARSER ),
41- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallResponse .PARSER ));
40+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallRequest .parser () ),
41+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallResponse .parser () ));
4242 // Static method descriptors that strictly reflect the proto.
4343 public static final io .grpc .MethodDescriptor <io .grpc .testing .integration .Messages .StreamingInputCallRequest ,
4444 io .grpc .testing .integration .Messages .StreamingInputCallResponse > METHOD_STREAMING_INPUT_CALL =
4545 io .grpc .MethodDescriptor .create (
4646 io .grpc .MethodDescriptor .MethodType .CLIENT_STREAMING ,
4747 "grpc.testing.TestService" , "StreamingInputCall" ,
48- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingInputCallRequest .PARSER ),
49- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingInputCallResponse .PARSER ));
48+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingInputCallRequest .parser () ),
49+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingInputCallResponse .parser () ));
5050 // Static method descriptors that strictly reflect the proto.
5151 public static final io .grpc .MethodDescriptor <io .grpc .testing .integration .Messages .StreamingOutputCallRequest ,
5252 io .grpc .testing .integration .Messages .StreamingOutputCallResponse > METHOD_FULL_DUPLEX_CALL =
5353 io .grpc .MethodDescriptor .create (
5454 io .grpc .MethodDescriptor .MethodType .DUPLEX_STREAMING ,
5555 "grpc.testing.TestService" , "FullDuplexCall" ,
56- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallRequest .PARSER ),
57- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallResponse .PARSER ));
56+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallRequest .parser () ),
57+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallResponse .parser () ));
5858 // Static method descriptors that strictly reflect the proto.
5959 public static final io .grpc .MethodDescriptor <io .grpc .testing .integration .Messages .StreamingOutputCallRequest ,
6060 io .grpc .testing .integration .Messages .StreamingOutputCallResponse > METHOD_HALF_DUPLEX_CALL =
6161 io .grpc .MethodDescriptor .create (
6262 io .grpc .MethodDescriptor .MethodType .DUPLEX_STREAMING ,
6363 "grpc.testing.TestService" , "HalfDuplexCall" ,
64- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallRequest .PARSER ),
65- io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallResponse .PARSER ));
64+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallRequest .parser () ),
65+ io .grpc .protobuf .ProtoUtils .marshaller (io .grpc .testing .integration .Messages .StreamingOutputCallResponse .parser () ));
6666
6767 public static TestServiceStub newStub (io .grpc .Channel channel ) {
6868 return new TestServiceStub (channel , CONFIG );
0 commit comments