quantileValues property
(Optional) list of values at different quantiles of the distribution calculated from the current snapshot. The quantiles must be strictly increasing.
Implementation
@$pb.TagNumber(6)
$pb.PbList<SummaryDataPoint_ValueAtQuantile> get quantileValues =>
$_getList(4);