Class ListInstancesResponse (1.3.1)

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

Response for ListInstances.

Attributes

NameDescription
resources Sequence[google.cloud.memcache_v1beta2.types.Instance]
A list of Memcached 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.
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