Properties of a LogEntry.
Package
@google-cloud/service-controlProperties
httpRequest
httpRequest?: (google.api.servicecontrol.v1.IHttpRequest|null);
LogEntry httpRequest
insertId
insertId?: (string|null);
LogEntry insertId
labels
labels?: ({ [k: string]: string }|null);
LogEntry labels
name
name?: (string|null);
LogEntry name
operation
operation?: (google.api.servicecontrol.v1.ILogEntryOperation|null);
LogEntry operation
protoPayload
protoPayload?: (google.protobuf.IAny|null);
LogEntry protoPayload
severity
severity?: (google.logging.type.LogSeverity|keyof typeof google.logging.type.LogSeverity|null);
LogEntry severity
sourceLocation
sourceLocation?: (google.api.servicecontrol.v1.ILogEntrySourceLocation|null);
LogEntry sourceLocation
structPayload
structPayload?: (google.protobuf.IStruct|null);
LogEntry structPayload
textPayload
textPayload?: (string|null);
LogEntry textPayload
timestamp
timestamp?: (google.protobuf.ITimestamp|null);
LogEntry timestamp
trace
trace?: (string|null);
LogEntry trace