Class ListRuntimesResponse (1.6.0)

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

Response for listing Managed Notebook Runtimes.

Attributes

NameDescription
runtimes MutableSequence[google.cloud.notebooks_v1.types.Runtime]
A list of returned Runtimes.
next_page_token str
Page token that can be used to continue listing from the last result in the next list call.
unreachable MutableSequence[str]
Locations that could not be reached. For example, ['us-west1', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,