Class ListInstancesResponse (2.9.0)

ListInstancesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response for ListInstances.

Attributes

NameDescription
instances Sequence[google.cloud.redis_v1beta1.types.Instance]
A list of Redis instances in the project in the specified location, or across all locations. If the ``location_id`` in the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. If in such an aggregated query a location is unavailable, a placeholder Redis entry is included in the response with the ``name`` field set to a value of the form ``projects/{project_id}/locations/{location_id}/instances/``- and the ``status`` field set to ERROR and ``status_message`` field set to "location not available for ListInstances".
next_page_token str
Token to retrieve the next page of results, or empty if there are no more results in the list.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListInstancesResponse