Change page-streaming behavior by geigerj · Pull Request #94 · googleapis/gax-python
Now return an iterable over pages of the response resource field, rather than the return type, for page stream-able calls where page streaming is disabled. Note that this removes the ability to get a standard gRPC/proto response from any call that is capable of page streaming.
Now, if page streaming is set to per-page (rather than per-resource), it is possible to specify a page token to the request. It is also possible to retrieve the full response message, as well as the next page token, from the per-page iterator.
jmuk
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters