You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user specifies page_size greater than the maximum permitted by the API, the API should coerce down to the maximum permitted page size.
This doesn't seem right. We should throw INVALID_ARGUMENT error if the page_size is present and is greater than the maximum value permitted by the API (similar to when page size is less than 0).
The text was updated successfully, but these errors were encountered:
ritesh-goog
changed the title
Pagination: page_size should throw an error when it exceeds maximum acceptable value.
[AIP-158] Pagination: page_size should throw an error when it exceeds maximum acceptable value.
Oct 2, 2024
This is w.r.t. guidance for Pagination (AIP-158).
Currently, is says:
This doesn't seem right. We should throw INVALID_ARGUMENT error if the page_size is present and is greater than the maximum value permitted by the API (similar to when page size is less than 0).
The text was updated successfully, but these errors were encountered: