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

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