labels property

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

Labels applied to all VM instances and other resources created by AllocationPolicy. Labels could be user provided or system generated. You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.

Implementation

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