Class ListInstanceConfigOperationsResponse (3.22.1)

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

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

Attributes

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

Inheritance

builtins.object > proto.message.Message > ListInstanceConfigOperationsResponse