updateTime property

  1. @TagNumber(9)
Timestamp updateTime

When the build was most recently updated.

RPC: can be > end_time if, e.g. new tags were attached to a completed build.

Implementation

@$pb.TagNumber(9)
$1.Timestamp get updateTime => $_getN(8);
  1. @TagNumber(9)
void updateTime=(Timestamp v)

Implementation

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