originalLocations property

  1. @TagNumber(2)
List<String> get originalLocations

The locations of a resource prior to the execution of the operation. Requests that mutate the resource's location must populate both the 'original_locations' as well as the 'current_locations' fields. For example:

 "europe-west1-a"
 "us-east1"
 "nam3"

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get originalLocations => $_getList(1);