location property

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

Immutable. The location of the resource. The location encoding is specific to the service provider, and new encoding may be introduced as the service evolves.

For Google Cloud products, the encoding is what is used by Google Cloud APIs, such as us-east1, aws-us-east-1, and azure-eastus2. The semantics of location is identical to the cloud.googleapis.com/location label used by some Google Cloud APIs.

Implementation

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

Implementation

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