Class ListInstancesResponse (0.2.0)

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

Response for listing notebook instances. .. attribute:: instances

A list of returned instances.

:type: Sequence[google.cloud.notebooks_v1beta1.types.Instance]

Attributes

NameDescription
next_page_token str
Page token that can be used to continue listing from the last result in the next list call.
unreachable Sequence[str]
Locations that could not be reached. For example, ['us-west1-a', 'us-central1-b']. A ListInstancesResponse will only contain either instances or unreachables,