Sha256: a35304b28030ca125bdd89badd95628f565f2db9ae2056a9c006576c1e57007f

Contents?: true

Size: 1.05 KB

Versions: 13

Compression:

Stored size: 1.05 KB

Contents

# frozen_string_literal: true

# 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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
anycable-core-1.5.1 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.5.0 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.4 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.5.0.rc.1 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.3 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.2 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.1 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.0 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.0.rc.3 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.0.rc.2 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.0.rc.1 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.4.0.pre.rc.1 lib/anycable/grpc_kit/health_pb.rb
anycable-core-1.3.1 lib/anycable/grpc_kit/health_pb.rb