Class ListGlossaryEntriesRequest (3.17.0)

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

Request message for ListGlossaryEntries

Attributes

Name Description
parent str
Required. The parent glossary resource name for listing the glossary's entries.
page_size int
Optional. Requested page size. The server may return fewer glossary entries 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 [ListGlossaryEntriesResponse.next_page_token] returned from the previous call. The first page is returned if page_token\ is empty or missing.