diff options
author | Tim Emiola <temiola@google.com> | 2015-01-31 00:14:37 -0800 |
---|---|---|
committer | Tim Emiola <temiola@google.com> | 2015-01-31 18:12:17 -0800 |
commit | 179eabb253e76c9647c0c497994a3cfea06be4fd (patch) | |
tree | a21b17ef5f8e3afb638b8e2a7c67807236185672 /src/ruby/bin/interop | |
parent | 11f75faf4daa3b20ceccd99964dacaaa1d6077a5 (diff) |
Updates the generated code to reflect test updates
Diffstat (limited to 'src/ruby/bin/interop')
-rw-r--r-- | src/ruby/bin/interop/test/cpp/interop/messages.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ruby/bin/interop/test/cpp/interop/messages.rb b/src/ruby/bin/interop/test/cpp/interop/messages.rb index 491608bff2..b86cd396a9 100644 --- a/src/ruby/bin/interop/test/cpp/interop/messages.rb +++ b/src/ruby/bin/interop/test/cpp/interop/messages.rb @@ -41,10 +41,13 @@ Google::Protobuf::DescriptorPool.generated_pool.build do optional :response_type, :enum, 1, "grpc.testing.PayloadType" optional :response_size, :int32, 2 optional :payload, :message, 3, "grpc.testing.Payload" + optional :fill_username, :bool, 4 + optional :fill_oauth_scope, :bool, 5 end add_message "grpc.testing.SimpleResponse" do optional :payload, :message, 1, "grpc.testing.Payload" - optional :effective_gaia_user_id, :int64, 2 + optional :username, :string, 2 + optional :oauth_scope, :string, 3 end add_message "grpc.testing.StreamingInputCallRequest" do optional :payload, :message, 1, "grpc.testing.Payload" |