File tree Expand file tree Collapse file tree
packages/google-cloud-pubsub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " pubsub" ,
33 "name_pretty" : " Google Cloud Pub/Sub" ,
44 "product_documentation" : " https://cloud.google.com/pubsub/docs/" ,
5- "client_documentation" : " https://googleapis.dev /python/pubsub/latest" ,
5+ "client_documentation" : " https://cloud.google.com /python/docs/reference /pubsub/latest" ,
66 "issue_tracker" : " https://issuetracker.google.com/savedsearches/559741" ,
77 "release_level" : " ga" ,
88 "language" : " python" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ independently written applications.
2727 :target: https://pypi.org/project/google-cloud-pubsub/
2828.. _Google Cloud Pub / Sub : https://cloud.google.com/pubsub/
2929.. _Product Documentation : https://cloud.google.com/pubsub/docs
30- .. _Client Library Documentation : https://googleapis.dev /python/pubsub/latest
30+ .. _Client Library Documentation : https://cloud.google.com /python/docs/reference /pubsub/latest
3131
3232Quick Start
3333-----------
@@ -116,7 +116,7 @@ messages to it
116116
117117 To learn more, consult the `publishing documentation `_.
118118
119- .. _publishing documentation : https://googleapis.dev /python/pubsub/latest
119+ .. _publishing documentation : https://cloud.google.com /python/docs/reference /pubsub/latest
120120
121121
122122Subscribing
@@ -162,7 +162,7 @@ block the current thread until a given condition obtains:
162162 It is also possible to pull messages in a synchronous (blocking) fashion. To
163163learn more about subscribing, consult the `subscriber documentation `_.
164164
165- .. _subscriber documentation : https://googleapis.dev /python/pubsub/latest
165+ .. _subscriber documentation : https://cloud.google.com /python/docs/reference /pubsub/latest
166166
167167
168168Authentication
You can’t perform that action at this time.
0 commit comments