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

Properties of a LogEntry.

Package

@google-cloud/service-control!

Properties

httpRequest

httpRequest?: (google.api.servicecontrol.v1.IHttpRequest|null);

LogEntry httpRequest

Property Value
TypeDescription
(google.api.servicecontrol.v1.IHttpRequest|null)

insertId

insertId?: (string|null);

LogEntry insertId

Property Value
TypeDescription
(string|null)

labels

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

LogEntry labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

LogEntry name

Property Value
TypeDescription
(string|null)

operation

operation?: (google.api.servicecontrol.v1.ILogEntryOperation|null);

LogEntry operation

Property Value
TypeDescription
(google.api.servicecontrol.v1.ILogEntryOperation|null)

protoPayload

protoPayload?: (google.protobuf.IAny|null);

LogEntry protoPayload

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

severity

severity?: (google.logging.type.LogSeverity|keyof typeof google.logging.type.LogSeverity|null);

LogEntry severity

Property Value
TypeDescription
(google.logging.type.LogSeverity|keyof typeof google.logging.type.LogSeverity|null)

sourceLocation

sourceLocation?: (google.api.servicecontrol.v1.ILogEntrySourceLocation|null);

LogEntry sourceLocation

Property Value
TypeDescription
(google.api.servicecontrol.v1.ILogEntrySourceLocation|null)

structPayload

structPayload?: (google.protobuf.IStruct|null);

LogEntry structPayload

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

textPayload

textPayload?: (string|null);

LogEntry textPayload

Property Value
TypeDescription
(string|null)

timestamp

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

LogEntry timestamp

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

trace

trace?: (string|null);

LogEntry trace

Property Value
TypeDescription
(string|null)