V2LogEntry
import type { V2LogEntry } from "https://googleapis.deno.dev/v1/servicecontrol:v2.ts";An individual log entry.
§Properties
Optional. Information about the HTTP request associated with this log entry, if applicable.
A unique ID for the log entry used for deduplication. If omitted, the implementation will generate one based on operation_id.
A set of user-defined (key, value) data that provides additional information about the log entry.
A set of user-defined (key, value) data that provides additional information about the moniotored resource that the log entry belongs to.
Required. The log to which this log entry belongs. Examples: "syslog",
"book_log".
Optional. Information about an operation associated with the log entry, if applicable.
The log entry payload, represented as a protocol buffer that is expressed as a JSON object. The only accepted type currently is AuditLog.
The severity of the log entry. The default value is LogSeverity.DEFAULT.
Optional. Source code location information associated with the log entry, if any.
The log entry payload, represented as a structure that is expressed as a JSON object.