location property
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);
Implementation
@$pb.TagNumber(5)
set location($core.String value) => $_setString(4, value);