lastErrorTime property

  1. @TagNumber(10)
Timestamp lastErrorTime

Output only The time the most recent error occurred, such as a failure to publish to Cloud Pub/Sub. This field is the timestamp of 'last_error_status'.

Implementation

@$pb.TagNumber(10)
$2.Timestamp get lastErrorTime => $_getN(5);
  1. @TagNumber(10)
void lastErrorTime=(Timestamp v)

Implementation

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