workerPool property

  1. @TagNumber(7)
String 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(7)
void workerPool=(String v)

Implementation

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