Sha256: 2b06a9255f742d5b9c2aaab45f98682793efd81566ef70d6ddea7bf726d82128

Contents?: true

Size: 1.13 KB

Versions: 8

Compression:

Stored size: 1.13 KB

Contents

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

require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/rpc/http.proto", :syntax => :proto3) do
    add_message "google.rpc.HttpRequest" do
      optional :method, :string, 1
      optional :uri, :string, 2
      repeated :headers, :message, 3, "google.rpc.HttpHeader"
      optional :body, :bytes, 4
    end
    add_message "google.rpc.HttpResponse" do
      optional :status, :int32, 1
      optional :reason, :string, 2
      repeated :headers, :message, 3, "google.rpc.HttpHeader"
      optional :body, :bytes, 4
    end
    add_message "google.rpc.HttpHeader" do
      optional :key, :string, 1
      optional :value, :string, 2
    end
  end
end

module Google
  module Rpc
    HttpRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.HttpRequest").msgclass
    HttpResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.HttpResponse").msgclass
    HttpHeader = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.HttpHeader").msgclass
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
googleapis-common-protos-types-1.7.0 lib/google/rpc/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/rpc/http_pb.rb
googleapis-common-protos-types-1.6.0 lib/google/rpc/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/rpc/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/rpc/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/rpc/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/rpc/http_pb.rb
googleapis-common-protos-types-1.5.0 lib/google/rpc/http_pb.rb