We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8afb5b2 commit 46f6e7fCopy full SHA for 46f6e7f
1 file changed
aip/client-libraries/4233.md
@@ -19,6 +19,9 @@ Pagination can be inferred for an RPC when _all_ of the following conditions
19
are met:
20
21
- The request message contains an `int32 page_size` field.
22
+ - For APIs that predate [AIP-158][], a field named `max_results` and/or
23
+ typed as `google.protobuf.UInt32Value` or `google.protobuf.Int32Value`
24
+ are permissible alternatives.
25
- The request message contains a `string page_token` field.
26
- The response message contains a `string next_page_token` field.
27
- The response message contains one non-primitive `repeated` field.
0 commit comments