failedLocations property

List<String>? failedLocations
getter/setter pair

Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition.

AppProfiles from these locations may be missing from app_profiles. Values are of the form projects//locations/

Implementation

core.List<core.String>? failedLocations;