aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/src/proto/grpc/testing/empty_pb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/pb/src/proto/grpc/testing/empty_pb.rb')
-rw-r--r--src/ruby/pb/src/proto/grpc/testing/empty_pb.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ruby/pb/src/proto/grpc/testing/empty_pb.rb b/src/ruby/pb/src/proto/grpc/testing/empty_pb.rb
new file mode 100644
index 0000000000..9c2568d605
--- /dev/null
+++ b/src/ruby/pb/src/proto/grpc/testing/empty_pb.rb
@@ -0,0 +1,15 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: src/proto/grpc/testing/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