currentLocations property
The locations of a resource after the execution of the operation. Requests to create or delete a location based resource must populate the 'current_locations' field and not the 'original_locations' field. For example:
"europe-west1-a"
"us-east1"
"nam3"
Implementation
@$pb.TagNumber(1)
$core.List<$core.String> get currentLocations => $_getList(0);