Sha256: a03c3722659db1359e3660e0fdd5634bd48cd755191aef85a364b079b82ab7a9

Contents?: true

Size: 665 Bytes

Versions: 12

Compression:

Stored size: 665 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: grpc/testing/metrics.proto for package 'grpc.testing'

require 'grpc'
require 'grpc/testing/metrics'

module Grpc
  module Testing
    module MetricsService

      # 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.testing.MetricsService'

        rpc :GetAllGauges, EmptyMessage, stream(GaugeResponse)
        rpc :GetGauge, GaugeRequest, GaugeResponse
      end

      Stub = Service.rpc_stub_class
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
grpc-0.14.1-x86-mingw32 src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1-x86-linux src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1-x86_64-linux src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1-x64-mingw32 src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1-universal-darwin src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1 src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1.pre1-x86-mingw32 src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1.pre1-x86-linux src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1.pre1-x86_64-linux src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1.pre1-x64-mingw32 src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1.pre1-universal-darwin src/ruby/pb/grpc/testing/metrics_services.rb
grpc-0.14.1.pre1 src/ruby/pb/grpc/testing/metrics_services.rb