We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python-docs-samples/pubsub/cloud-client/subscriber.py
Line 30 in 06453e4
publisher.list_topic_subscriptions() should be used rather than subscriber.list_subscriptions()
publisher.list_topic_subscriptions()
subscriber.list_subscriptions()
See googleapis/google-cloud-python#4426
The text was updated successfully, but these errors were encountered:
@andrewsg can you take this on?
Sorry, something went wrong.
Problem was solved but bug wasn't closed. Closing now.
andrewsg
No branches or pull requests
In which file did you encounter the issue?
python-docs-samples/pubsub/cloud-client/subscriber.py
Line 30 in 06453e4
Describe the issue
publisher.list_topic_subscriptions()
should be used rather thansubscriber.list_subscriptions()
See googleapis/google-cloud-python#4426
The text was updated successfully, but these errors were encountered: