1# Generated by the protocol buffer compiler. DO NOT EDIT! 2# source: grpc/health/v1/health.proto 3 4require 'google/protobuf' 5 6Google::Protobuf::DescriptorPool.generated_pool.build do 7 add_message "grpc.health.v1.HealthCheckRequest" do 8 optional :service, :string, 1 9 end 10 add_message "grpc.health.v1.HealthCheckResponse" do 11 optional :status, :enum, 1, "grpc.health.v1.HealthCheckResponse.ServingStatus" 12 end 13 add_enum "grpc.health.v1.HealthCheckResponse.ServingStatus" do 14 value :UNKNOWN, 0 15 value :SERVING, 1 16 value :NOT_SERVING, 2 17 end 18end 19 20module Grpc 21 module Health 22 module V1 23 HealthCheckRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckRequest").msgclass 24 HealthCheckResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckResponse").msgclass 25 HealthCheckResponse::ServingStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckResponse.ServingStatus").enummodule 26 end 27 end 28end 29