Language Independent Interface Types For OpenCensus (grpc依赖)
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.
 
 
 

23 lines
652 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_file("opencensus/proto/resource/v1/resource.proto", :syntax => :proto3) do
add_message "opencensus.proto.resource.v1.Resource" do
optional :type, :string, 1
map :labels, :string, :string, 2
end
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