updateTime property

  1. @TagNumber(100)
Timestamp updateTime

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);
  1. @TagNumber(100)
void updateTime=(Timestamp v)

Implementation

@$pb.TagNumber(100)
set updateTime($2.Timestamp v) { setField(100, v); }