Sha256: 1e122f4ec8d061ea8c066c3edca0edd3e3ac398e132f753e7736fb5f61582e5b

Contents?: true

Size: 1.37 KB

Versions: 16

Compression:

Stored size: 1.37 KB

Contents

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

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/api/http.proto", :syntax => :proto3) do
    add_message "google.api.Http" do
      repeated :rules, :message, 1, "google.api.HttpRule"
      optional :fully_decode_reserved_expansion, :bool, 2
    end
    add_message "google.api.HttpRule" do
      optional :selector, :string, 1
      optional :body, :string, 7
      optional :response_body, :string, 12
      repeated :additional_bindings, :message, 11, "google.api.HttpRule"
      oneof :pattern do
        optional :get, :string, 2
        optional :put, :string, 3
        optional :post, :string, 4
        optional :delete, :string, 5
        optional :patch, :string, 6
        optional :custom, :message, 8, "google.api.CustomHttpPattern"
      end
    end
    add_message "google.api.CustomHttpPattern" do
      optional :kind, :string, 1
      optional :path, :string, 2
    end
  end
end

module Google
  module Api
    Http = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Http").msgclass
    HttpRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.HttpRule").msgclass
    CustomHttpPattern = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.CustomHttpPattern").msgclass
  end
end

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
googleapis-common-protos-types-1.7.0 lib/google/api/http_pb.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/http_pb.rb
googleapis-common-protos-types-1.6.0 lib/google/api/http_pb.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/http_pb.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/http_pb.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/http_pb.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/http_pb.rb
googleapis-common-protos-types-1.5.0 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.4.0 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.3.2 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.3.1 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.3.0 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.2.0 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.1.0 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.0.6 lib/google/api/http_pb.rb
googleapis-common-protos-types-1.0.5 lib/google/api/http_pb.rb