We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e80776 + 4df374c commit 94e5e05Copy full SHA for 94e5e05
pubsub/google/cloud/pubsub/subscription.py
@@ -220,6 +220,10 @@ def reload(self, client=None):
220
See
221
https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.subscriptions/get
222
223
+ :attr:`ack_deadline` and :attr:`push_endpoint` might never have
224
+ been set locally, or might have been updated by another client. This
225
+ method fetches their values from the server.
226
+
227
Example:
228
229
.. literalinclude:: pubsub_snippets.py
0 commit comments