Class ListRuntimesResponse (0.4.3)

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

Response for listing Managed Notebook Runtimes. .. attribute:: runtimes

A list of returned Runtimes.

:type: Sequence[google.cloud.notebooks_v1.types.Runtime]

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', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,