• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Generated by the protocol buffer compiler.  DO NOT EDIT!
2# source: src/proto/grpc/testing/metrics.proto
3
4require 'google/protobuf'
5
6Google::Protobuf::DescriptorPool.generated_pool.build do
7  add_message "grpc.testing.GaugeResponse" do
8    optional :name, :string, 1
9    oneof :value do
10      optional :long_value, :int64, 2
11      optional :double_value, :double, 3
12      optional :string_value, :string, 4
13    end
14  end
15  add_message "grpc.testing.GaugeRequest" do
16    optional :name, :string, 1
17  end
18  add_message "grpc.testing.EmptyMessage" do
19  end
20end
21
22module Grpc
23  module Testing
24    GaugeResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.GaugeResponse").msgclass
25    GaugeRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.GaugeRequest").msgclass
26    EmptyMessage = Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.testing.EmptyMessage").msgclass
27  end
28end
29