startTime property
The start of the time period over which this metric value's measurement
applies. The time period has different semantics for different metric
types (cumulative, delta, and gauge). See the metric definition
documentation in the service configuration for details. If not specified,
google.api.servicecontrol.v1.Operation.start_time will be used.
Implementation
@$pb.TagNumber(2)
$0.Timestamp get startTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set startTime($0.Timestamp value) => $_setField(2, value);