Sha256: 0d1c65968484cd7a3faf00437ecc608e40ebb06e2a7c39fdedcb81a7f8ac1507

Contents?: true

Size: 783 Bytes

Versions: 2

Compression:

Stored size: 783 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/api/routing.proto

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/api/routing.proto", :syntax => :proto3) do
    add_message "google.api.RoutingRule" do
      repeated :routing_parameters, :message, 2, "google.api.RoutingParameter"
    end
    add_message "google.api.RoutingParameter" do
      optional :field, :string, 1
      optional :path_template, :string, 2
    end
  end
end

module Google
  module Api
    RoutingRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.RoutingRule").msgclass
    RoutingParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.RoutingParameter").msgclass
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
googleapis-common-protos-types-1.3.2 lib/google/api/routing_pb.rb
googleapis-common-protos-types-1.3.0 lib/google/api/routing_pb.rb