workerPool property

  1. @TagNumber.new(7)
String get workerPool

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);
  1. @TagNumber.new(7)
set workerPool (String v)

Implementation

@$pb.TagNumber(7)
set workerPool($core.String v) {
  $_setString(6, v);
}