Interface protos.google.logging.v2.ILogEntry (11.0.0)

Properties of a LogEntry.

Package

@google-cloud/logging

Properties

httpRequest

httpRequest?: (google.logging.type.IHttpRequest|null);

LogEntry httpRequest

insertId

insertId?: (string|null);

LogEntry insertId

jsonPayload

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

LogEntry jsonPayload

labels

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

LogEntry labels

logName

logName?: (string|null);

LogEntry logName

operation

operation?: (google.logging.v2.ILogEntryOperation|null);

LogEntry operation

protoPayload

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

LogEntry protoPayload

receiveTimestamp

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

LogEntry receiveTimestamp

resource

resource?: (google.api.IMonitoredResource|null);

LogEntry resource

severity

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

LogEntry severity

sourceLocation

sourceLocation?: (google.logging.v2.ILogEntrySourceLocation|null);

LogEntry sourceLocation

spanId

spanId?: (string|null);

LogEntry spanId

split

split?: (google.logging.v2.ILogSplit|null);

LogEntry split

textPayload

textPayload?: (string|null);

LogEntry textPayload

timestamp

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

LogEntry timestamp

trace

trace?: (string|null);

LogEntry trace

traceSampled

traceSampled?: (boolean|null);

LogEntry traceSampled