Messages
PageRequest
| Field | Type | Description | |
|---|---|---|---|
page_size | uint32 | Maximum number of items to return in a single response. | |
page_token | string | Token identifying the position to resume from. | |
order_by | string | Optional ordering specification in โfield [asc | desc]โ form. |
PageResponse
| Field | Type | Description |
|---|---|---|
next_page_token | string | Token to retrieve the next page of results, if any. |
total_size | uint64 | Total number of items available when known. |