googleapis / gapic-generator-go

Generate Go API client libraries from Protocol Buffers.
Apache License 2.0
254 stars 50 forks source link

feat: support wrapper types for autopagination #1541

Closed shollyman closed 3 months ago

shollyman commented 5 months ago

This PR widens support for autopagination in the go gapic generator. Changes:

Things still outstanding:

shollyman commented 3 months ago

looks like the showcase testing in integration testing is broken in general, not due to this PR: https://github.com/googleapis/gapic-generator-go/pull/1552