createTime property

  1. @TagNumber.new(9)
Timestamp get createTime

Output only. The creation timestamp of the metric.

This field may not be present for older metrics.

Implementation

@$pb.TagNumber(9)
$4.Timestamp get createTime => $_getN(8);
  1. @TagNumber.new(9)
set createTime (Timestamp value)

Implementation

@$pb.TagNumber(9)
set createTime($4.Timestamp value) => $_setField(9, value);