We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Page Name: pubsub-topic Release: 0.14.0
Seems weird that we don't have this. I'd expect it to be...
from gcloud import pubsub client = pubsub.Client() topic = client.topic('my-new-topic') topic.subscribe()