labels property

  1. @TagNumber(3)
Map<String, String> get labels

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 google.logging.v2.LogEntry.

Implementation

@$pb.TagNumber(3)
$core.Map<$core.String, $core.String> get labels => $_getMap(2);