updateTime property
Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for API consumers.
Implementation
@$pb.TagNumber(100)
$2.Timestamp get updateTime => $_getN(5);
Implementation
@$pb.TagNumber(100)
set updateTime($2.Timestamp v) { setField(100, v); }