aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/support/services.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/spec/support/services.rb')
-rw-r--r--src/ruby/spec/support/services.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/spec/support/services.rb b/src/ruby/spec/support/services.rb
index 6e693f1cde..438459dfd7 100644
--- a/src/ruby/spec/support/services.rb
+++ b/src/ruby/spec/support/services.rb
@@ -33,6 +33,7 @@ class EchoService
rpc :a_client_streaming_rpc, stream(EchoMsg), EchoMsg
rpc :a_server_streaming_rpc, EchoMsg, stream(EchoMsg)
rpc :a_bidi_rpc, stream(EchoMsg), stream(EchoMsg)
+ rpc :a_client_streaming_rpc_unimplemented, stream(EchoMsg), EchoMsg
attr_reader :received_md
def initialize(**kw)