Class ListInstancesRequest (0.4.3)

Stay organized with collections Save and categorize content based on your preferences.
ListInstancesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for listing notebook instances. .. attribute:: parent

Required. Format: parent=projects/{project_id}/locations/{location}

:type: str

Attributes

NameDescription
page_size int
Maximum return size of the list call.
page_token str
A previous returned page token that can be used to continue listing from the last result.

Inheritance

builtins.object > proto.message.Message > ListInstancesRequest