Skip to content

Pubsub surface uses long imports #827

Description

@jgeewax

In the pubsub surface docs page, we use long-style imports instead of the shortcut ones, that is:

fromgcloud.pubsub.topicimportTopictopic=Topic('topic_name')

instead of

fromgcloudimportpubsubtopic=pubsub.Topic('topic_name')

or

fromgcloud.pubsubimportTopictopic=Topic('topic_name')

Metadata

Metadata

Assignees

Labels

api: pubsubIssues related to the Pub/Sub API.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions