Interface protos.google.rpc.context.AttributeContext.IRequest (3.3.0)

Properties of a Request.

Package

@google-cloud/service-control

Properties

auth

auth?: (google.rpc.context.AttributeContext.IAuth|null);

Request auth

headers

headers?: ({ [k: string]: string }|null);

Request headers

host

host?: (string|null);

Request host

id

id?: (string|null);

Request id

method

method?: (string|null);

Request method

path

path?: (string|null);

Request path

protocol

protocol?: (string|null);

Request protocol

query

query?: (string|null);

Request query

reason

reason?: (string|null);

Request reason

scheme

scheme?: (string|null);

Request scheme

size

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

Request size

time

time?: (google.protobuf.ITimestamp|null);

Request time