aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto/grpc/testing/compiler_test.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/grpc/testing/compiler_test.proto')
-rw-r--r--src/proto/grpc/testing/compiler_test.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proto/grpc/testing/compiler_test.proto b/src/proto/grpc/testing/compiler_test.proto
index 085e8ae59f..24735522e0 100644
--- a/src/proto/grpc/testing/compiler_test.proto
+++ b/src/proto/grpc/testing/compiler_test.proto
@@ -59,6 +59,14 @@ service ServiceA {
// Method A2 leading comment 2
rpc MethodA2(stream Request) returns (Response);
// MethodA2 trailing comment 1
+
+ // Method A3 leading comment 1
+ rpc MethodA3(Request) returns (stream Response);
+ // Method A3 trailing comment 1
+
+ // Method A4 leading comment 1
+ rpc MethodA4(stream Request) returns (stream Response);
+ // Method A4 trailing comment 1
}
// Ignored ServiceA trailing comment 1