Sha256: 0611ac85da3476aa1cc22f62d8696d37c9e0fa4ec1cdcb960d0cade0c6aabda0
Contents?: true
Size: 855 Bytes
Versions: 13
Compression:
Stored size: 855 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/http_request.proto require 'google/protobuf' require 'google/api/annotations' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.logging.type.HttpRequest" do optional :request_method, :string, 1 optional :request_url, :string, 2 optional :request_size, :int64, 3 optional :status, :int32, 4 optional :response_size, :int64, 5 optional :user_agent, :string, 6 optional :remote_ip, :string, 7 optional :referer, :string, 8 optional :cache_hit, :bool, 9 optional :validated_with_origin_server, :bool, 10 end end module Google module Logging module Type HttpRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.HttpRequest").msgclass end end end
Version data entries
13 entries across 13 versions & 2 rubygems