diff --git a/pubsub/google/cloud/pubsub/subscription.py b/pubsub/google/cloud/pubsub/subscription.py index e76abcf94dd8..19089380cf41 100644 --- a/pubsub/google/cloud/pubsub/subscription.py +++ b/pubsub/google/cloud/pubsub/subscription.py @@ -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