restrictedLocations property

List<String>? restrictedLocations
getter/setter pair

The list of locations to search within.

If empty, all locations are searched. Returns an error if any location in the list isn't one of the Supported regions. If a location is unreachable, its name is returned in the SearchCatalogResponse.unreachable field. To get additional information on the error, repeat the search request and set the location name as the value of this parameter.

Optional.

Implementation

core.List<core.String>? restrictedLocations;