workerRegion property

  1. @TagNumber.new(13)
String get workerRegion

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

@$pb.TagNumber(13)
$core.String get workerRegion => $_getSZ(11);
  1. @TagNumber.new(13)
set workerRegion (String v)

Implementation

@$pb.TagNumber(13)
set workerRegion($core.String v) {
  $_setString(11, v);
}