Paged iteration can generate the stream version of the response. Instead of callback / Promise, it returns a Node.JS Stream which emits elements on data event. Reported that this stream can't stop properly in the middle, which causes unnecessary method calls which can damage usage quota.