remove unused stats.proto

pull/36982/head
Alexander Polcyn 8 months ago
parent 6ae97918a2
commit f24d2c95b6
  1. 4
      src/ruby/pb/src/proto/grpc/testing/empty_pb.rb
  2. 4
      src/ruby/pb/src/proto/grpc/testing/messages_pb.rb
  3. 20
      src/ruby/qps/src/proto/grpc/core/stats_pb.rb

@ -1,11 +1,11 @@
# frozen_string_literal: true
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: empty.proto
# source: src/proto/grpc/testing/empty.proto
require 'google/protobuf'
descriptor_data = "\n\x0b\x65mpty.proto\x12\x0cgrpc.testing\"\x07\n\x05\x45mptyb\x06proto3"
descriptor_data = "\n\"src/proto/grpc/testing/empty.proto\x12\x0cgrpc.testing\"\x07\n\x05\x45mptyb\x06proto3"
pool = Google::Protobuf::DescriptorPool.generated_pool
pool.add_serialized_file(descriptor_data)

File diff suppressed because one or more lines are too long

@ -1,20 +0,0 @@
# frozen_string_literal: true
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: stats.proto
require 'google/protobuf'
descriptor_data = "\n\x0bstats.proto\x12\tgrpc.core\"&\n\x06\x42ucket\x12\r\n\x05start\x18\x01 \x01(\x01\x12\r\n\x05\x63ount\x18\x02 \x01(\x04\"/\n\tHistogram\x12\"\n\x07\x62uckets\x18\x01 \x03(\x0b\x32\x11.grpc.core.Bucket\"[\n\x06Metric\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x05\x63ount\x18\n \x01(\x04H\x00\x12)\n\thistogram\x18\x0b \x01(\x0b\x32\x14.grpc.core.HistogramH\x00\x42\x07\n\x05value\"+\n\x05Stats\x12\"\n\x07metrics\x18\x01 \x03(\x0b\x32\x11.grpc.core.Metricb\x06proto3"
pool = Google::Protobuf::DescriptorPool.generated_pool
pool.add_serialized_file(descriptor_data)
module Grpc
module Core
Bucket = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Bucket").msgclass
Histogram = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Histogram").msgclass
Metric = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Metric").msgclass
Stats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Stats").msgclass
end
end
Loading…
Cancel
Save