type google.golang.org/genproto/googleapis/logging/type.HttpRequest

29 uses

	google.golang.org/genproto/googleapis/logging/type (current package)
		http_request.pb.go#L48: type HttpRequest struct {
		http_request.pb.go#L101: func (x *HttpRequest) Reset() {
		http_request.pb.go#L102: 	*x = HttpRequest{}
		http_request.pb.go#L110: func (x *HttpRequest) String() string {
		http_request.pb.go#L114: func (*HttpRequest) ProtoMessage() {}
		http_request.pb.go#L116: func (x *HttpRequest) ProtoReflect() protoreflect.Message {
		http_request.pb.go#L129: func (*HttpRequest) Descriptor() ([]byte, []int) {
		http_request.pb.go#L133: func (x *HttpRequest) GetRequestMethod() string {
		http_request.pb.go#L140: func (x *HttpRequest) GetRequestUrl() string {
		http_request.pb.go#L147: func (x *HttpRequest) GetRequestSize() int64 {
		http_request.pb.go#L154: func (x *HttpRequest) GetStatus() int32 {
		http_request.pb.go#L161: func (x *HttpRequest) GetResponseSize() int64 {
		http_request.pb.go#L168: func (x *HttpRequest) GetUserAgent() string {
		http_request.pb.go#L175: func (x *HttpRequest) GetRemoteIp() string {
		http_request.pb.go#L182: func (x *HttpRequest) GetServerIp() string {
		http_request.pb.go#L189: func (x *HttpRequest) GetReferer() string {
		http_request.pb.go#L196: func (x *HttpRequest) GetLatency() *durationpb.Duration {
		http_request.pb.go#L203: func (x *HttpRequest) GetCacheLookup() bool {
		http_request.pb.go#L210: func (x *HttpRequest) GetCacheHit() bool {
		http_request.pb.go#L217: func (x *HttpRequest) GetCacheValidatedWithOriginServer() bool {
		http_request.pb.go#L224: func (x *HttpRequest) GetCacheFillBytes() int64 {
		http_request.pb.go#L231: func (x *HttpRequest) GetProtocol() string {
		http_request.pb.go#L313: 	(*HttpRequest)(nil),         // 0: google.logging.type.HttpRequest
		http_request.pb.go#L332: 			switch v := v.(*HttpRequest); i {

	google.golang.org/genproto/googleapis/logging/v2
		log_entry.pb.go#L124: 	HttpRequest *_type.HttpRequest `protobuf:"bytes,7,opt,name=http_request,json=httpRequest,proto3" json:"http_request,omitempty"`
		log_entry.pb.go#L256: func (x *LogEntry) GetHttpRequest() *_type.HttpRequest {
		log_entry.pb.go#L645: 	(*_type.HttpRequest)(nil),              // 9: google.logging.type.HttpRequest

	cloud.google.com/go/logging
		logging.go#L659: func fromHTTPRequest(r *HTTPRequest) *logtypepb.HttpRequest {
		logging.go#L668: 	pb := &logtypepb.HttpRequest{