Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion aip/client-libraries/4233.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ that it performs requests in the background on an as-needed basis).
Pagination can be inferred for an RPC when _all_ of the following conditions
are met:

- The request message contains an `int32 page_size` field.
- The request message contains an `int32 page_size` field (for legacy APIs,
a `UInt32Value max_results` field or a `Int32Value max_results` field is
permissible as an alternative to `int32 page_size`).
Comment thread
chalmerlowe marked this conversation as resolved.
Outdated
- The request message contains a `string page_token` field.
- The response message contains a `string next_page_token` field.
- The response message contains one non-primitive `repeated` field.
Expand Down