location property

  1. @TagNumber.new(2)
String get location

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);
  1. @TagNumber.new(2)
set location (String v)

Implementation

@$pb.TagNumber(2)
set location($core.String v) {
  $_setString(1, v);
}