aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/test/proto/empty.rb
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-08-14 17:39:43 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-08-14 17:39:43 -0700
commit53c85d68f964ea586c8a84c9d0c411bb4ac15219 (patch)
tree2973e395ddf2531cd52478a674aafe4bb32735b9 /src/ruby/pb/test/proto/empty.rb
parent723569b26013c11247bdcfeb32474d2ab97e0928 (diff)
Update the generated code for the interop service.
- Updates the code generated for the interop service - Moves the generated interop service/client from bin to pb Also - removes an empty file from the health pb directories
Diffstat (limited to 'src/ruby/pb/test/proto/empty.rb')
-rw-r--r--src/ruby/pb/test/proto/empty.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ruby/pb/test/proto/empty.rb b/src/ruby/pb/test/proto/empty.rb
new file mode 100644
index 0000000000..559adcc85e
--- /dev/null
+++ b/src/ruby/pb/test/proto/empty.rb
@@ -0,0 +1,15 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: test/proto/empty.proto
+
+require 'google/protobuf'
+
+Google::Protobuf::DescriptorPool.generated_pool.build do
+ add_message "grpc.testing.Empty" do
+ end
+end
+
+module Grpc
+ module Testing
+ Empty = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.Empty").msgclass
+ end
+end