Interface protos.google.logging.v2.ILogEntrySourceLocation (9.3.1)

Properties of a LogEntrySourceLocation.

Package

@google-cloud/logging!

Properties

file

file?: (string|null);

LogEntrySourceLocation file

Property Value
TypeDescription
(string|null)

function

"function"?: (string|null);

LogEntrySourceLocation function

Property Value
TypeDescription
(string|null)

line

line?: (number|Long|string|null);

LogEntrySourceLocation line

Property Value
TypeDescription
(number|Long|string|null)