workerPool property
Option to specify a WorkerPool for the build.
Format: projects/{project}/locations/{location}/workerPools/{workerPool}
Implementation
@$pb.TagNumber(7)
$core.String get workerPool => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set workerPool($core.String v) {
$_setString(6, v);
}