Searched defs:Test (Results 1 – 6 of 6) sorted by relevance
7 service Test { service8 rpc CompressOutputUnary(google.protobuf.Empty) returns (SomeData);9 rpc CompressInputUnary(SomeData) returns (google.protobuf.Empty);10 rpc CompressOutputServerStream(google.protobuf.Empty) returns (stream SomeData);11 rpc CompressInputClientStream(stream SomeData) returns (google.protobuf.Empty);12 rpc CompressOutputClientStream(stream SomeData) returns (SomeData);13 rpc CompressInputOutputBidirectionalStream(stream SomeData) returns (stream SomeData);
7 service Test { service8 rpc Unary(google.protobuf.Empty) returns (google.protobuf.Empty);9 rpc ServerStream(google.protobuf.Empty) returns (stream google.protobuf.Empty);10 rpc ClientStream(stream google.protobuf.Empty) returns (google.protobuf.Empty);11 rpc BidirectionalStream(stream google.protobuf.Empty) returns (stream google.protobuf.Empty);
5 service Test { service6 rpc UnaryCall(Input) returns (Output);7 rpc ServerStream(Input) returns (stream Output);8 rpc ClientStream(stream Input) returns (Output);
5 service Test { service6 rpc Rpc(Input) returns (Output);
5 service Test { service6 rpc TestRequest(SomeData) returns (SomeData);
5 service Test { service6 rpc UnaryCall(Input) returns (Output);