aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-19 12:36:40 -0800
committerGravatar yang-g <yangg@google.com>2016-02-19 12:36:40 -0800
commit3165c09ce5f5930b605961441724fe090705d4e0 (patch)
tree7df8680696377d08dff89dcd38d1f5523d396e81 /src/ruby/pb
parentaea13f1c8519d7a0e3aea3837fd9fc18e68ee9b4 (diff)
regenerate csharp and ruby service from proto
Diffstat (limited to 'src/ruby/pb')
-rw-r--r--src/ruby/pb/grpc/health/v1/health.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ruby/pb/grpc/health/v1/health.rb b/src/ruby/pb/grpc/health/v1/health.rb
index ca27afb8e1..aa87a93918 100644
--- a/src/ruby/pb/grpc/health/v1/health.rb
+++ b/src/ruby/pb/grpc/health/v1/health.rb
@@ -5,8 +5,7 @@ require 'google/protobuf'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "grpc.health.v1.HealthCheckRequest" do
- optional :host, :string, 1
- optional :service, :string, 2
+ optional :service, :string, 1
end
add_message "grpc.health.v1.HealthCheckResponse" do
optional :status, :enum, 1, "grpc.health.v1.HealthCheckResponse.ServingStatus"