Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: third_party/grpc/src/ruby/pb/grpc/health/v1/health_services.rb

Issue 1932353002: Initial checkin of gRPC to third_party/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/grpc/src/ruby/pb/grpc/health/v1/health.rb ('k') | third_party/grpc/src/ruby/pb/test/client.rb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/grpc/src/ruby/pb/grpc/health/v1/health.rb ('k') | third_party/grpc/src/ruby/pb/test/client.rb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698