Index: third_party/grpc/src/ruby/pb/test/proto/empty.rb |
diff --git a/third_party/grpc/src/ruby/pb/test/proto/empty.rb b/third_party/grpc/src/ruby/pb/test/proto/empty.rb |
new file mode 100644 |
index 0000000000000000000000000000000000000000..559adcc85e7d6a2827c3150c6277656bc7238c09 |
--- /dev/null |
+++ b/third_party/grpc/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 |