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

Properties of a LogEntry.

Package

@google-cloud/logging!

Properties

httpRequest

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

LogEntry httpRequest

Property Value
TypeDescription
(google.logging.type.IHttpRequest|null)

insertId

insertId?: (string|null);

LogEntry insertId

Property Value
TypeDescription
(string|null)

jsonPayload

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

LogEntry jsonPayload

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

labels

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

LogEntry labels

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

logName

logName?: (string|null);

LogEntry logName

Property Value
TypeDescription
(string|null)

operation

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

LogEntry operation

Property Value
TypeDescription
(google.logging.v2.ILogEntryOperation|null)

protoPayload

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

LogEntry protoPayload

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

receiveTimestamp

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

LogEntry receiveTimestamp

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

resource

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

LogEntry resource

Property Value
TypeDescription
(google.api.IMonitoredResource|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.logging.v2.ILogEntrySourceLocation|null);

LogEntry sourceLocation

Property Value
TypeDescription
(google.logging.v2.ILogEntrySourceLocation|null)

spanId

spanId?: (string|null);

LogEntry spanId

Property Value
TypeDescription
(string|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)

traceSampled

traceSampled?: (boolean|null);

LogEntry traceSampled

Property Value
TypeDescription
(boolean|null)