Sha256: fad0c2653017d4d7d3d6397456d44bfc4b4a278294e4c81c960b717c728f3096

Contents?: true

Size: 911 Bytes

Versions: 10

Compression:

Stored size: 911 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: route_guide.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("route_guide.proto", :syntax => :proto3) do
    add_message "route_guide.DirectionsRequest" do
      optional :current_location, :string, 1
      optional :target_location, :string, 2
      optional :means_of_travel, :string, 3
    end
    add_message "route_guide.DirectionsResponse" do
      optional :directions, :string, 1
      optional :approximate_time_of_travel_in_hrs, :int32, 2
      optional :approximate_distance_in_kms, :int32, 3
    end
  end
end

module RouteGuide
  DirectionsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("route_guide.DirectionsRequest").msgclass
  DirectionsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("route_guide.DirectionsResponse").msgclass
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
route_guide-0.1.9 lib/route_guide/route_guide_pb.rb
route_guide-0.1.8 lib/route_guide/route_guide_pb.rb
route_guide-0.1.7 lib/route_guide/route_guide_pb.rb
route_guide-0.1.6 lib/route_guide/route_guide_pb.rb
route_guide-0.1.5 lib/route_guide/route_guide_pb.rb
route_guide-0.1.4 lib/route_guide/route_guide_pb.rb
route_guide-0.1.3 lib/route_guide/route_guide_pb.rb
route_guide-0.1.2 lib/route_guide/route_guide_pb.rb
route_guide-0.1.1 lib/route_guide/route_guide_pb.rb
route_guide-0.1.0 lib/route_guide/route_guide_pb.rb