Skip to content

Commit 46f6e7f

Browse files
authored
docs(AIP-4233): includes legacy page_size alternatives (#1496)
1 parent 8afb5b2 commit 46f6e7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

aip/client-libraries/4233.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ Pagination can be inferred for an RPC when _all_ of the following conditions
1919
are met:
2020

2121
- 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.
2225
- The request message contains a `string page_token` field.
2326
- The response message contains a `string next_page_token` field.
2427
- The response message contains one non-primitive `repeated` field.

0 commit comments

Comments
 (0)