Interface protos.google.api.servicecontrol.v1.IHttpRequest (1.1.4)

Properties of a HttpRequest.

Package

@google-cloud/service-control!

Properties

cacheFillBytes

cacheFillBytes?: (number|Long|string|null);

HttpRequest cacheFillBytes

Property Value
TypeDescription
(number|Long|string|null)

cacheHit

cacheHit?: (boolean|null);

HttpRequest cacheHit

Property Value
TypeDescription
(boolean|null)

cacheLookup

cacheLookup?: (boolean|null);

HttpRequest cacheLookup

Property Value
TypeDescription
(boolean|null)

cacheValidatedWithOriginServer

cacheValidatedWithOriginServer?: (boolean|null);

HttpRequest cacheValidatedWithOriginServer

Property Value
TypeDescription
(boolean|null)

latency

latency?: (google.protobuf.IDuration|null);

HttpRequest latency

Property Value
TypeDescription
(google.protobuf.IDuration|null)

protocol

protocol?: (string|null);

HttpRequest protocol

Property Value
TypeDescription
(string|null)

referer

referer?: (string|null);

HttpRequest referer

Property Value
TypeDescription
(string|null)

remoteIp

remoteIp?: (string|null);

HttpRequest remoteIp

Property Value
TypeDescription
(string|null)

requestMethod

requestMethod?: (string|null);

HttpRequest requestMethod

Property Value
TypeDescription
(string|null)

requestSize

requestSize?: (number|Long|string|null);

HttpRequest requestSize

Property Value
TypeDescription
(number|Long|string|null)

requestUrl

requestUrl?: (string|null);

HttpRequest requestUrl

Property Value
TypeDescription
(string|null)

responseSize

responseSize?: (number|Long|string|null);

HttpRequest responseSize

Property Value
TypeDescription
(number|Long|string|null)

serverIp

serverIp?: (string|null);

HttpRequest serverIp

Property Value
TypeDescription
(string|null)

status

status?: (number|null);

HttpRequest status

Property Value
TypeDescription
(number|null)

userAgent

userAgent?: (string|null);

HttpRequest userAgent

Property Value
TypeDescription
(string|null)