grpc 第三方依赖 就是grpc的 third_party 文件夹
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
555 B

# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: opencensus/proto/resource/v1/resource.proto
require 'google/protobuf'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "opencensus.proto.resource.v1.Resource" do
optional :type, :string, 1
map :labels, :string, :string, 2
end
end
module OpenCensus
module Proto
module Resource
module V1
Resource = Google::Protobuf::DescriptorPool.generated_pool.lookup("opencensus.proto.resource.v1.Resource").msgclass
end
end
end
end