Interface protos.google.api.servicecontrol.v1.ILogEntrySourceLocation (1.1.4)

Properties of a LogEntrySourceLocation.

Package

@google-cloud/service-control!

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)