workerRegion property

String? workerRegion
getter/setter pair

The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1".

Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane's region.

Implementation

core.String? workerRegion;