Pagination support must not be generated unless all conditions are met #1017
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Based on the contents of https://google.aip.dev/client-libraries/4233, pagination support should only be added to a GAPIC method iff the following criteria are met:
Based on a recent report referencing http://cl/460633538, the Java generator is attempting to generate Pagination support even when the final item on that list is not fulfilled
The response message contains one non-primitive repeated field
. The response message in questionFetchInventoryResponse
does not have arepeated
field, and even though it has the other pagination support fields.The text was updated successfully, but these errors were encountered: