Page Name: pubsub-topic Release: 0.14.0 Seems weird that we don't have this. I'd expect it to be... ``` python from gcloud import pubsub client = pubsub.Client() topic = client.topic('my-new-topic') topic.subscribe() ```
Page Name: pubsub-topic
Release: 0.14.0
Seems weird that we don't have this. I'd expect it to be...