We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9eb19 commit ea1625cCopy full SHA for ea1625c
1 file changed
gcloud/pubsub/subscription.py
@@ -159,7 +159,7 @@ def acknowledge(self, ack_ids):
159
data=data)
160
161
def modify_ack_deadline(self, ack_id, ack_deadline):
162
- """API call: acknowledge retrieved messages for the subscription.
+ """API call: update acknowledgement deadline for a retrieved messages.
163
164
See:
165
https://cloud.google.com/pubsub/reference/rest/v1beta2/projects/subscriptions/acknowledge
0 commit comments