-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.
Milestone
Description
In the pubsub surface docs page, we use long-style imports instead of the shortcut ones, that is:
from gcloud.pubsub.topic import Topic
topic = Topic('topic_name')
instead of
from gcloud import pubsub
topic = pubsub.Topic('topic_name')
or
from gcloud.pubsub import Topic
topic = Topic('topic_name')
Metadata
Metadata
Assignees
Labels
api: pubsubIssues related to the Pub/Sub API.Issues related to the Pub/Sub API.