lastErrorTime property
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);
Implementation
@$pb.TagNumber(10)
set lastErrorTime($2.Timestamp v) { setField(10, v); }