maxJobExecutionLifetime property
Optional. The maximum duration after which the job execution is expired.
Implementation
@$pb.TagNumber(8)
$10.Duration get maxJobExecutionLifetime => $_getN(3);
Implementation
@$pb.TagNumber(8)
set maxJobExecutionLifetime($10.Duration v) { setField(8, v); }