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
gcloud.iterator.Iterator is a base class, relying on a path for the API method. I think it would be clearer if it wrapped around a method of a client (or other domain object), where that method takes page_token, page_size, etc., along with other named arguments in **kw. We could then ditch all the derived classes, and just use the one, common implementation. E.g.:
gcloud.iterator.Iteratoris a base class, relying on apathfor the API method. I think it would be clearer if it wrapped around a method of a client (or other domain object), where that method takespage_token,page_size, etc., along with other named arguments in**kw. We could then ditch all the derived classes, and just use the one, common implementation. E.g.: