Class ListGlossariesRequest (3.1.0)

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

Request message for ListGlossaries.

Attributes

NameDescription
parent str
Required. The name of the project from which to list all of the glossaries.
page_size int
Optional. Requested page size. The server may return fewer glossaries than requested. If unspecified, the server picks an appropriate default.
page_token str
Optional. A token identifying a page of results the server should return. Typically, this is the value of [ListGlossariesResponse.next_page_token] returned from the previous call to ListGlossaries method. The first page is returned if page_token\ is empty or missing.
filter str
Optional. Filter specifying constraints of a list operation. Filtering is not supported yet, and the parameter currently has no effect. If missing, no filtering is performed.