Sha256: c207a949b9b621877830535a7baa47539e5ff991905e13290e285891cd066a09
Contents?: true
Size: 669 Bytes
Versions: 15
Compression:
Stored size: 669 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: grpc/health/v1alpha/health.proto for package 'grpc.health.v1alpha' require 'grpc' require 'grpc/health/v1alpha/health' module Grpc module Health module V1alpha 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.v1alpha.Health' rpc :Check, HealthCheckRequest, HealthCheckResponse end Stub = Service.rpc_stub_class end end end end
Version data entries
15 entries across 15 versions & 2 rubygems