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