labels property

  1. @TagNumber.new(3)
PbMap<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)
$pb.PbMap<$core.String, $core.String> get labels => $_getMap(2);