updateTime property

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

Output only. The timestamp when the resource was last updated. Any change to the resource made by users must refresh this value. Changes to a resource made by the service should refresh this value.

Implementation

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

Implementation

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