aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/grpc/health/v1/health_services.rb
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-02-19 11:05:28 -0800
committerGravatar yang-g <yangg@google.com>2016-02-19 11:08:16 -0800
commitaea13f1c8519d7a0e3aea3837fd9fc18e68ee9b4 (patch)
treef76679eb61cd72d1972641efb06218692f9090ec /src/ruby/pb/grpc/health/v1/health_services.rb
parent49d297a29c0ce9235fdb5d2e99a7ecd75d76eee3 (diff)
global replace health check proto v1alpha to v1
Diffstat (limited to 'src/ruby/pb/grpc/health/v1/health_services.rb')
-rw-r--r--src/ruby/pb/grpc/health/v1/health_services.rb28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/ruby/pb/grpc/health/v1/health_services.rb b/src/ruby/pb/grpc/health/v1/health_services.rb
new file mode 100644
index 0000000000..cb79b20437
--- /dev/null
+++ b/src/ruby/pb/grpc/health/v1/health_services.rb
@@ -0,0 +1,28 @@
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# Source: grpc/health/v1/health.proto for package 'grpc.health.v1'
+
+require 'grpc'
+require 'grpc/health/v1/health'
+
+module Grpc
+ module Health
+ module V1
+ module Health
+
+ # TODO: add proto service documentation here
+ class Service
+
+ include GRPC::GenericService
+
+ self.marshal_class_method = :encode
+ self.unmarshal_class_method = :decode
+ self.service_name = 'grpc.health.v1.Health'
+
+ rpc :Check, HealthCheckRequest, HealthCheckResponse
+ end
+
+ Stub = Service.rpc_stub_class
+ end
+ end
+ end
+end