location property
Required. The name of the Google Compute Engine in which the cluster resides, which can either be compute zone (for example, us-central1-a) for the zonal clusters or region (for example, us-central1) for regional clusters.
Implementation
@$pb.TagNumber(2)
$core.String get location => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set location($core.String v) {
$_setString(1, v);
}