You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the problem is that the generator is expecting that APIs will only paginate over messages, not primitives. The repeated element for ListCollectionIdsResponse is a collection of strings, and so the heuristic ignores it.
I don't know if this was an oversight or a deliberate decision when implementing the generator logic. I'll check to see if there are any tests that would support one hypothesis or another.
This code is how we used ot use the list_collection_ids. However, it is no longer a pager/iterator.
https://github.com/googleapis/googleapis/blob/master/google/firestore/v1/firestore.proto#L842
The text was updated successfully, but these errors were encountered: