unreachable property

List<String>? unreachable
getter/setter pair

List of locations that existing backups were not able to be fetched from.

Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.

Implementation

core.List<core.String>? unreachable;