Sha256: 922bf5909ae904dac456946fc09ab025c730afe1fc0dde77e788fe8cdd6ac445

Contents?: true

Size: 1.39 KB

Versions: 45

Compression:

Stored size: 1.39 KB

Contents

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

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "routeguide.Point" do
    optional :latitude, :int32, 1
    optional :longitude, :int32, 2
  end
  add_message "routeguide.Rectangle" do
    optional :lo, :message, 1, "routeguide.Point"
    optional :hi, :message, 2, "routeguide.Point"
  end
  add_message "routeguide.Feature" do
    optional :name, :string, 1
    optional :location, :message, 2, "routeguide.Point"
  end
  add_message "routeguide.RouteNote" do
    optional :location, :message, 1, "routeguide.Point"
    optional :message, :string, 2
  end
  add_message "routeguide.RouteSummary" do
    optional :point_count, :int32, 1
    optional :feature_count, :int32, 2
    optional :distance, :int32, 3
    optional :elapsed_time, :int32, 4
  end
end

module Routeguide
  Point = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Point").msgclass
  Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass
  Feature = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Feature").msgclass
  RouteNote = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.RouteNote").msgclass
  RouteSummary = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.RouteSummary").msgclass
end

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
grpc_kit-0.5.1 examples/routeguide/routeguide_pb.rb
griffin-0.3.0 examples/routeguide/routeguide_pb.rb
grpc_kit-0.5.0 examples/routeguide/routeguide_pb.rb
grpc_kit-0.4.0 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.9 examples/routeguide/routeguide_pb.rb
griffin-0.2.4 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.8 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.7 examples/routeguide/routeguide_pb.rb
griffin-0.2.3 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.6 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.5 examples/routeguide/routeguide_pb.rb
griffin-0.2.2 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.4 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.3 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.2 examples/routeguide/routeguide_pb.rb
griffin-0.2.1 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.1 examples/routeguide/routeguide_pb.rb
griffin-0.2.0 examples/routeguide/routeguide_pb.rb
grpc_kit-0.3.0 examples/routeguide/routeguide_pb.rb
griffin-0.1.9 examples/routeguide/routeguide_pb.rb