Sha256: 5a050d9fb34e3d350aa8e46edde2b9acbb4e9d8d8421a4a9b95e20d6672a63dd
Contents?: true
Size: 644 Bytes
Versions: 25
Compression:
Stored size: 644 Bytes
Contents
# 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
Version data entries
25 entries across 25 versions & 2 rubygems