Class ListBackupOperationsResponse (3.22.0)

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

The response for ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations].

Attributes

NameDescription
operations Sequence[google.longrunning.operations_pb2.Operation]
The list of matching backup [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the backup's name. The operation's `metadata][google.longrunning.Operation.metadata]` field type ``metadata.type_url`` describes the type of the metadata. Operations returned include those that are pending or have completed/failed/canceled within the last 7 days. Operations returned are ordered by ``operation.metadata.value.progress.start_time`` in descending order starting from the most recently started operation.
next_page_token str
``next_page_token`` can be sent in a subsequent `ListBackupOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupOperations]` call to fetch more of the matching metadata.

Inheritance

builtins.object > proto.message.Message > ListBackupOperationsResponse