retryCount property

  1. @TagNumber(6)
int retryCount

Output only. The number of times the job has been retried (excluding the initial attempt).

Implementation

@$pb.TagNumber(6)
$core.int get retryCount => $_getIZ(5);
  1. @TagNumber(6)
void retryCount=(int v)

Implementation

@$pb.TagNumber(6)
set retryCount($core.int v) { $_setUnsignedInt32(5, v); }