updateTime property
Output only. The last update timestamp of the metric.
This field may not be present for older metrics.
Implementation
@$pb.TagNumber(10)
$4.Timestamp get updateTime => $_getN(9);
Implementation
@$pb.TagNumber(10)
set updateTime($4.Timestamp value) => $_setField(10, value);