Skip to content
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions aip/client-libraries/4233.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Pagination can be inferred for an RPC when _all_ of the following conditions
are met:

- The request message contains an `int32 page_size` field.
- For APIs that predate [AIP-158][], a field named `max_results` and/or
typed as `google.protobuf.UInt32Value` or `google.protobuf.Int32Value`
are permissible alternatives.
- 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