Sha256: c7bd85b6d7f6ac4dccbcd17a45bb4e1b6afd0bf78ceaa3838ef0abd647a2add4

Contents?: true

Size: 1.09 KB

Versions: 15

Compression:

Stored size: 1.09 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: grpc/health/v1alpha/health.proto

require 'google/protobuf'

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

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

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
awesome-grpc-that-works-0.12.2 src/ruby/pb/grpc/health/v1alpha/health.rb
awesome-grpc-that-works-0.12.1 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0-universal-darwin src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0-x86-mingw32 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0-x86-linux src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0-x86_64-linux src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0-x64-mingw32 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0.pre1.1-x86-mingw32 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0.pre1.1-x86-linux src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0.pre1.1-x86_64-linux src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0.pre1.1-x64-mingw32 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0.pre1.1-universal-darwin src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.13.0.pre1.1 src/ruby/pb/grpc/health/v1alpha/health.rb
grpc-0.12.0 src/ruby/pb/grpc/health/v1alpha/health.rb