Class ListCorporaRequest (0.1.0)

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

Request message for ListCorpora.

Attributes

Name Description
parent str
Required. The resource name of the project from which to list corpora.
page_size int
Requested page size. API may return fewer results than requested. If negative, INVALID_ARGUMENT error will be returned. If unspecified or 0, API will pick a default size, which is 10. If the requested page size is larger than the maximum size, API will pick use the maximum size, which is 20.
page_token str
A token identifying a page of results for the server to return. Typically obtained via [ListCorpora.next_page_token][] of the previous Warehouse.ListCorpora call.