labels property

  1. @TagNumber.new(2)
PbMap<String, String> get labels

Required. Values for all of the labels listed in the associated monitored resource descriptor. For example, Compute Engine VM instances use the labels "project_id", "instance_id", and "zone".

Implementation

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