labels property

  1. @TagNumber.new(4)
PbList<LabelDescriptor> get labels

Required. A set of labels used to describe instances of this monitored resource type. For example, an individual Google Cloud SQL database is identified by values for the labels "database_id" and "zone".

Implementation

@$pb.TagNumber(4)
$pb.PbList<$0.LabelDescriptor> get labels => $_getList(3);