Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pubsub/google/cloud/pubsub/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ def reload(self, client=None):
See
https://cloud.google.com/pubsub/docs/reference/rest/v1/projects.subscriptions/get

:attr:`ack_deadline` and :attr:`push_endpoint` might never have
been set locally, or might have been updated by another client. This
method fetches their values from the server.

Example:

.. literalinclude:: pubsub_snippets.py
Expand Down