Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
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.
 
 
 
 
 
 

17 lines
435 B

# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: google/protobuf/any.proto
require 'google/protobuf'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_message "google.protobuf.Any" do
optional :type_url, :string, 1
optional :value, :bytes, 2
end
end
module Google
module Protobuf
Any = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Any").msgclass
end
end