labels property

Map<String, String> labels
final

Optional. Default labels that are added to the labels field of all log entries in entries. If a log entry already has a label with the same key as a label in this parameter, then the log entry's label is not changed. See LogEntry.

Implementation

final Map<String, String> labels;