executorsCount property
Optional. Total number of job executors.
Executor Count should be between 2 and 100. Default=2
Implementation
@$pb.TagNumber(1)
$core.int get executorsCount => $_getIZ(0);
Implementation
@$pb.TagNumber(1)
set executorsCount($core.int v) { $_setSignedInt32(0, v); }