Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / src / proto / grpc / testing / echo_messages.proto
index 2c773ea..6f1e5f3 100644 (file)
@@ -47,9 +47,10 @@ message RequestParams {
   bool server_die = 12; // Server should not see a request with this set.
   string binary_error_details = 13;
   ErrorStatus expected_error = 14;
-  int32 server_sleep_us = 15; // Amount to sleep when invoking server
+  int32 server_sleep_us = 15; // sleep when invoking server for deadline tests
   int32 backend_channel_idx = 16; // which backend to send request to
   bool echo_metadata_initially = 17;
+  bool server_notify_client_when_started = 18;
 }
 
 message EchoRequest {