Class ListInstancesResponse (3.15.0)

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

The response for ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].

Attributes

NameDescription
instances Sequence[google.cloud.spanner_admin_instance_v1.types.Instance]
The list of requested instances.
next_page_token str
``next_page_token`` can be sent in a subsequent `ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances]` call to fetch more of the matching instances.

Inheritance

builtins.object > proto.message.Message > ListInstancesResponse