Class ListInstancesRequest (1.4.1)

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

Request for listing notebook instances.

Attributes

NameDescription
parent str
Required. Format: ``parent=projects/{project_id}/locations/{location}``
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