diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-12-07 10:19:36 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-12-07 17:18:51 -0800 |
commit | de95cb0494f65ffe598e56fc167b4f7849170e5b (patch) | |
tree | 2706c444cf811f094f60604caa57bbdfc47039c4 /src/ruby/pb/test | |
parent | 8ef43bd7c845136c971aa1ea1f29586e724e206e (diff) |
update ruby to new position of math.proto and health.proto
Diffstat (limited to 'src/ruby/pb/test')
-rw-r--r-- | src/ruby/pb/test/proto/messages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/pb/test/proto/messages.rb b/src/ruby/pb/test/proto/messages.rb index 9b7f977285..5222c9824a 100644 --- a/src/ruby/pb/test/proto/messages.rb +++ b/src/ruby/pb/test/proto/messages.rb @@ -6,7 +6,7 @@ require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "grpc.testing.Payload" do optional :type, :enum, 1, "grpc.testing.PayloadType" - optional :body, :string, 2 + optional :body, :bytes, 2 end add_message "grpc.testing.EchoStatus" do optional :code, :int32, 1 |