Index: third_party/grpc/src/ruby/pb/grpc/health/v1/health_services.rb |
diff --git a/third_party/grpc/src/ruby/pb/grpc/health/v1/health_services.rb b/third_party/grpc/src/ruby/pb/grpc/health/v1/health_services.rb |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cb79b20437f573b40f9c3f6265eec722db4e87c7 |
--- /dev/null |
+++ b/third_party/grpc/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 |