retryCount property
Optional. Optional: The number of retries for a process in submission mode the system should try before declaring failure. By default, no retry will be performed.
Implementation
@$pb.TagNumber(10)
$core.int get retryCount => $_getIZ(9);
Implementation
@$pb.TagNumber(10)
set retryCount($core.int v) { $_setSignedInt32(9, v); }