mirror of https://github.com/grpc/grpc.git
The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
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.
38 lines
1.4 KiB
38 lines
1.4 KiB
10 years ago
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
# source: route_guide.proto
|
||
|
|
||
|
require 'google/protobuf'
|
||
|
|
||
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
||
|
add_message "examples.Point" do
|
||
|
optional :latitude, :int32, 1
|
||
|
optional :longitude, :int32, 2
|
||
|
end
|
||
|
add_message "examples.Rectangle" do
|
||
|
optional :lo, :message, 1, "examples.Point"
|
||
|
optional :hi, :message, 2, "examples.Point"
|
||
|
end
|
||
|
add_message "examples.Feature" do
|
||
|
optional :name, :string, 1
|
||
|
optional :location, :message, 2, "examples.Point"
|
||
|
end
|
||
|
add_message "examples.RouteNote" do
|
||
|
optional :location, :message, 1, "examples.Point"
|
||
|
optional :message, :string, 2
|
||
|
end
|
||
|
add_message "examples.RouteSummary" do
|
||
|
optional :point_count, :int32, 1
|
||
|
optional :feature_count, :int32, 2
|
||
|
optional :distance, :int32, 3
|
||
|
optional :elapsed_time, :int32, 4
|
||
|
end
|
||
|
end
|
||
|
|
||
|
module Examples
|
||
|
Point = Google::Protobuf::DescriptorPool.generated_pool.lookup("examples.Point").msgclass
|
||
|
Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("examples.Rectangle").msgclass
|
||
|
Feature = Google::Protobuf::DescriptorPool.generated_pool.lookup("examples.Feature").msgclass
|
||
|
RouteNote = Google::Protobuf::DescriptorPool.generated_pool.lookup("examples.RouteNote").msgclass
|
||
|
RouteSummary = Google::Protobuf::DescriptorPool.generated_pool.lookup("examples.RouteSummary").msgclass
|
||
|
end
|