aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/grpc/health/v1/health_pb.rb
blob: aa87a93918b123f6af2f91f58fc7f004b91481b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: grpc/health/v1/health.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "grpc.health.v1.HealthCheckRequest" do
    optional :service, :string, 1
  end
  add_message "grpc.health.v1.HealthCheckResponse" do
    optional :status, :enum, 1, "grpc.health.v1.HealthCheckResponse.ServingStatus"
  end
  add_enum "grpc.health.v1.HealthCheckResponse.ServingStatus" do
    value :UNKNOWN, 0
    value :SERVING, 1
    value :NOT_SERVING, 2
  end
end

module Grpc
  module Health
    module V1
      HealthCheckRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckRequest").msgclass
      HealthCheckResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckResponse").msgclass
      HealthCheckResponse::ServingStatus = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.health.v1.HealthCheckResponse.ServingStatus").enummodule
    end
  end
end