workerPool property
Name of the Cloud Build Custom Worker Pool that should be used to build the Cloud Run function.
The format of this field is
projects/{project}/locations/{region}/workerPools/{workerPool}
where
{project}
and {region}
are the project id and region respectively
where the worker pool is defined and {workerPool}
is the short name of
the worker pool.
Optional.
Implementation
core.String? workerPool;