Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
V2HttpRequest |
V2HttpRequest.clone() |
V2HttpRequest |
V2LogEntry.getHttpRequest()
Optional.
|
V2HttpRequest |
V2HttpRequest.set(String fieldName,
Object value) |
V2HttpRequest |
V2HttpRequest.setCacheFillBytes(Long cacheFillBytes)
The number of HTTP response bytes inserted into cache.
|
V2HttpRequest |
V2HttpRequest.setCacheHit(Boolean cacheHit)
Whether or not an entity was served from cache (with or without validation).
|
V2HttpRequest |
V2HttpRequest.setCacheLookup(Boolean cacheLookup)
Whether or not a cache lookup was attempted.
|
V2HttpRequest |
V2HttpRequest.setCacheValidatedWithOriginServer(Boolean cacheValidatedWithOriginServer)
Whether or not the response was validated with the origin server before being served from
cache.
|
V2HttpRequest |
V2HttpRequest.setLatency(String latency)
The request processing latency on the server, from the time the request was received until the
response was sent.
|
V2HttpRequest |
V2HttpRequest.setProtocol(String protocol)
Protocol used for the request.
|
V2HttpRequest |
V2HttpRequest.setReferer(String referer)
The referer URL of the request, as defined in [HTTP/1.1 Header Field
Definitions](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html).
|
V2HttpRequest |
V2HttpRequest.setRemoteIp(String remoteIp)
The IP address (IPv4 or IPv6) of the client that issued the HTTP request.
|
V2HttpRequest |
V2HttpRequest.setRequestMethod(String requestMethod)
The request method.
|
V2HttpRequest |
V2HttpRequest.setRequestSize(Long requestSize)
The size of the HTTP request message in bytes, including the request headers and the request
body.
|
V2HttpRequest |
V2HttpRequest.setRequestUrl(String requestUrl)
The scheme (http, https), the host name, the path, and the query portion of the URL that was
requested.
|
V2HttpRequest |
V2HttpRequest.setResponseSize(Long responseSize)
The size of the HTTP response message sent back to the client, in bytes, including the response
headers and the response body.
|
V2HttpRequest |
V2HttpRequest.setServerIp(String serverIp)
The IP address (IPv4 or IPv6) of the origin server that the request was sent to.
|
V2HttpRequest |
V2HttpRequest.setStatus(Integer status)
The response code indicating the status of the response.
|
V2HttpRequest |
V2HttpRequest.setUserAgent(String userAgent)
The user agent sent by the client.
|
Modifier and Type | Method and Description |
---|---|
V2LogEntry |
V2LogEntry.setHttpRequest(V2HttpRequest httpRequest)
Optional.
|
Copyright © 2011–2024 Google. All rights reserved.