Uses of Class
com.google.logging.type.HttpRequest.Builder
Packages that use HttpRequest.Builder
-
Uses of HttpRequest.Builder in com.google.logging.type
Methods in com.google.logging.type that return HttpRequest.BuilderModifier and TypeMethodDescriptionHttpRequest.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HttpRequest.Builder.clear()
HttpRequest.Builder.clearCacheFillBytes()
The number of HTTP response bytes inserted into cache.HttpRequest.Builder.clearCacheHit()
Whether or not an entity was served from cache (with or without validation).HttpRequest.Builder.clearCacheLookup()
Whether or not a cache lookup was attempted.HttpRequest.Builder.clearCacheValidatedWithOriginServer()
Whether or not the response was validated with the origin server before being served from cache.HttpRequest.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) HttpRequest.Builder.clearLatency()
The request processing latency on the server, from the time the request was received until the response was sent.HttpRequest.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) HttpRequest.Builder.clearProtocol()
Protocol used for the request.HttpRequest.Builder.clearReferer()
The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](https://datatracker.ietf.org/doc/html/rfc2616#section-14.36).HttpRequest.Builder.clearRemoteIp()
The IP address (IPv4 or IPv6) of the client that issued the HTTP request.HttpRequest.Builder.clearRequestMethod()
The request method.HttpRequest.Builder.clearRequestSize()
The size of the HTTP request message in bytes, including the request headers and the request body.HttpRequest.Builder.clearRequestUrl()
The scheme (http, https), the host name, the path and the query portion of the URL that was requested.HttpRequest.Builder.clearResponseSize()
The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.HttpRequest.Builder.clearServerIp()
The IP address (IPv4 or IPv6) of the origin server that the request was sent to.HttpRequest.Builder.clearStatus()
The response code indicating the status of response.HttpRequest.Builder.clearUserAgent()
The user agent sent by the client.HttpRequest.Builder.clone()
HttpRequest.Builder.mergeFrom
(HttpRequest other) HttpRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpRequest.Builder.mergeFrom
(com.google.protobuf.Message other) HttpRequest.Builder.mergeLatency
(com.google.protobuf.Duration value) The request processing latency on the server, from the time the request was received until the response was sent.final HttpRequest.Builder
HttpRequest.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static HttpRequest.Builder
HttpRequest.newBuilder()
static HttpRequest.Builder
HttpRequest.newBuilder
(HttpRequest prototype) HttpRequest.newBuilderForType()
protected HttpRequest.Builder
HttpRequest.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HttpRequest.Builder.setCacheFillBytes
(long value) The number of HTTP response bytes inserted into cache.HttpRequest.Builder.setCacheHit
(boolean value) Whether or not an entity was served from cache (with or without validation).HttpRequest.Builder.setCacheLookup
(boolean value) Whether or not a cache lookup was attempted.HttpRequest.Builder.setCacheValidatedWithOriginServer
(boolean value) Whether or not the response was validated with the origin server before being served from cache.HttpRequest.Builder.setLatency
(com.google.protobuf.Duration value) The request processing latency on the server, from the time the request was received until the response was sent.HttpRequest.Builder.setLatency
(com.google.protobuf.Duration.Builder builderForValue) The request processing latency on the server, from the time the request was received until the response was sent.HttpRequest.Builder.setProtocol
(String value) Protocol used for the request.HttpRequest.Builder.setProtocolBytes
(com.google.protobuf.ByteString value) Protocol used for the request.HttpRequest.Builder.setReferer
(String value) The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](https://datatracker.ietf.org/doc/html/rfc2616#section-14.36).HttpRequest.Builder.setRefererBytes
(com.google.protobuf.ByteString value) The referer URL of the request, as defined in [HTTP/1.1 Header Field Definitions](https://datatracker.ietf.org/doc/html/rfc2616#section-14.36).HttpRequest.Builder.setRemoteIp
(String value) The IP address (IPv4 or IPv6) of the client that issued the HTTP request.HttpRequest.Builder.setRemoteIpBytes
(com.google.protobuf.ByteString value) The IP address (IPv4 or IPv6) of the client that issued the HTTP request.HttpRequest.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HttpRequest.Builder.setRequestMethod
(String value) The request method.HttpRequest.Builder.setRequestMethodBytes
(com.google.protobuf.ByteString value) The request method.HttpRequest.Builder.setRequestSize
(long value) The size of the HTTP request message in bytes, including the request headers and the request body.HttpRequest.Builder.setRequestUrl
(String value) The scheme (http, https), the host name, the path and the query portion of the URL that was requested.HttpRequest.Builder.setRequestUrlBytes
(com.google.protobuf.ByteString value) The scheme (http, https), the host name, the path and the query portion of the URL that was requested.HttpRequest.Builder.setResponseSize
(long value) The size of the HTTP response message sent back to the client, in bytes, including the response headers and the response body.HttpRequest.Builder.setServerIp
(String value) The IP address (IPv4 or IPv6) of the origin server that the request was sent to.HttpRequest.Builder.setServerIpBytes
(com.google.protobuf.ByteString value) The IP address (IPv4 or IPv6) of the origin server that the request was sent to.HttpRequest.Builder.setStatus
(int value) The response code indicating the status of response.final HttpRequest.Builder
HttpRequest.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) HttpRequest.Builder.setUserAgent
(String value) The user agent sent by the client.HttpRequest.Builder.setUserAgentBytes
(com.google.protobuf.ByteString value) The user agent sent by the client.HttpRequest.toBuilder()