PubSub Topic.subscribe doesn't exist?

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()