Class ListDatabaseOperationsResponse (3.14.0)

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

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

Attributes

NameDescription
operations Sequence[google.longrunning.operations_pb2.Operation]
The list of matching database [long-running operations][google.longrunning.Operation]. Each operation's name will be prefixed by the database'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 `ListDatabaseOperations][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseOperations]` call to fetch more of the matching metadata.

Inheritance

builtins.object > proto.message.Message > ListDatabaseOperationsResponse