Class ListInstancePartitionsResponse (3.46.0)

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

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

Attributes

NameDescription
instance_partitions MutableSequence[google.cloud.spanner_admin_instance_v1.types.InstancePartition]
The list of requested instancePartitions.
next_page_token str
next_page_token can be sent in a subsequent ListInstancePartitions][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitions] call to fetch more of the matching instance partitions.
unreachable MutableSequence[str]
The list of unreachable instance partitions. It includes the names of instance partitions whose metadata could not be retrieved within instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionsRequest.instance_partition_deadline].