the gapic generator creates pager classes to make paging calls more friendly (example: Firestore's ListDocumentsPager)
Currently, any retry or timeout configuration is only used for the initial call. Each subsequent page will use the api defaults for these values
Instead, we should use the same retry and timeout options for each call in the Pager. Or, alternatively, provide different next_page_timeout and next_page_retry if we want to treat them separately. But I don't think that is necessary