Properties of a HttpRequest.
Package
@google-cloud/service-controlProperties
cacheFillBytes
cacheFillBytes?: (number|Long|string|null);
HttpRequest cacheFillBytes
cacheHit
cacheHit?: (boolean|null);
HttpRequest cacheHit
cacheLookup
cacheLookup?: (boolean|null);
HttpRequest cacheLookup
cacheValidatedWithOriginServer
cacheValidatedWithOriginServer?: (boolean|null);
HttpRequest cacheValidatedWithOriginServer
latency
latency?: (google.protobuf.IDuration|null);
HttpRequest latency
protocol
protocol?: (string|null);
HttpRequest protocol
referer
referer?: (string|null);
HttpRequest referer
remoteIp
remoteIp?: (string|null);
HttpRequest remoteIp
requestMethod
requestMethod?: (string|null);
HttpRequest requestMethod
requestSize
requestSize?: (number|Long|string|null);
HttpRequest requestSize
requestUrl
requestUrl?: (string|null);
HttpRequest requestUrl
responseSize
responseSize?: (number|Long|string|null);
HttpRequest responseSize
serverIp
serverIp?: (string|null);
HttpRequest serverIp
status
status?: (number|null);
HttpRequest status
userAgent
userAgent?: (string|null);
HttpRequest userAgent