location property

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

Optional. The location of the resource. The value must be a valid zone, region or multiregion. For example: "europe-west4" or "northamerica-northeast1-a"

Implementation

@$pb.TagNumber(5)
$core.String get location => $_getSZ(4);
  1. @TagNumber.new(5)
set location (String value)

Implementation

@$pb.TagNumber(5)
set location($core.String value) => $_setString(4, value);