updateTime property
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);
Implementation
@$pb.TagNumber(9)
set updateTime($2.Timestamp value) => $_setField(9, value);