Class ListInstancePartitionOperationsResponse (3.46.0)

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

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

Attributes

NameDescription
operations MutableSequence[google.longrunning.operations_pb2.Operation]
The list of matching instance partition [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the instance partition's name. The operation's metadata][google.longrunning.Operation.metadata] field type metadata.type_url describes the type of the metadata.
next_page_token str
next_page_token can be sent in a subsequent ListInstancePartitionOperations][google.spanner.admin.instance.v1.InstanceAdmin.ListInstancePartitionOperations] call to fetch more of the matching metadata.
unreachable_instance_partitions MutableSequence[str]
The list of unreachable instance partitions. It includes the names of instance partitions whose operation metadata could not be retrieved within instance_partition_deadline][google.spanner.admin.instance.v1.ListInstancePartitionOperationsRequest.instance_partition_deadline].