github.com/dbernstein1/tyk@v2.9.0-beta9-dl-apic+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_message "coprocess.MiniRequestObject" do
     9      map :headers, :string, :string, 1
    10      map :set_headers, :string, :string, 2
    11      repeated :delete_headers, :string, 3
    12      optional :body, :string, 4
    13      optional :url, :string, 5
    14      map :params, :string, :string, 6
    15      map :add_params, :string, :string, 7
    16      map :extended_params, :string, :string, 8
    17      repeated :delete_params, :string, 9
    18      optional :return_overrides, :message, 10, "coprocess.ReturnOverrides"
    19      optional :method, :string, 11
    20      optional :request_uri, :string, 12
    21      optional :scheme, :string, 13
    22      optional :raw_body, :bytes, 14
    23    end
    24  end
    25  
    26  module Coprocess
    27    MiniRequestObject = Google::Protobuf::DescriptorPool.generated_pool.lookup("coprocess.MiniRequestObject").msgclass
    28  end