zone property

  1. @TagNumber.new(9)
String get zone

Zone to run the worker pools in. If empty or unspecified, the service will attempt to choose a reasonable default.

Implementation

@$pb.TagNumber(9)
$core.String get zone => $_getSZ(8);
  1. @TagNumber.new(9)
set zone (String v)

Implementation

@$pb.TagNumber(9)
set zone($core.String v) {
  $_setString(8, v);
}