github.com/craicoverflow/tyk@v2.9.6-rc3+incompatible/coprocess/bindings/ruby/coprocess_mini_request_object_pb.rb (about) 1 # Generated by the protocol buffer compiler. DO NOT EDIT! 2 # source: coprocess_mini_request_object.proto 3 4 require 'google/protobuf' 5 6 require 'coprocess_return_overrides_pb' 7 Google::Protobuf::DescriptorPool.generated_pool.build do 8 add_file("coprocess_mini_request_object.proto", :syntax => :proto3) do 9 add_message "coprocess.MiniRequestObject" do 10 map :headers, :string, :string, 1 11 map :set_headers, :string, :string, 2 12 repeated :delete_headers, :string, 3 13 optional :body, :string, 4 14 optional :url, :string, 5 15 map :params, :string, :string, 6 16 map :add_params, :string, :string, 7 17 map :extended_params, :string, :string, 8 18 repeated :delete_params, :string, 9 19 optional :return_overrides, :message, 10, "coprocess.ReturnOverrides" 20 optional :method, :string, 11 21 optional :request_uri, :string, 12 22 optional :scheme, :string, 13 23 optional :raw_body, :bytes, 14 24 end 25 end 26 end 27 28 module Coprocess 29 MiniRequestObject = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("coprocess.MiniRequestObject").msgclass 30 end