aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb/grpc/testing/metrics.rb
blob: 3b3c8cd61bbae356fa14ae003bea2b51901beb0e (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/testing/metrics.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "grpc.testing.GaugeResponse" do
    optional :name, :string, 1
    oneof :value do
      optional :long_value, :int64, 2
      optional :double_value, :double, 3
      optional :string_value, :string, 4
    end
  end
  add_message "grpc.testing.GaugeRequest" do
    optional :name, :string, 1
  end
  add_message "grpc.testing.EmptyMessage" do
  end
end

module Grpc
  module Testing
    GaugeResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.GaugeResponse").msgclass
    GaugeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.GaugeRequest").msgclass
    EmptyMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.EmptyMessage").msgclass
  end
end