Modifies the ack deadline for a specific message. This method is useful to indicate that more time is needed to process a message by the subscriber, or to make the message available for redelivery if the processing was interrupted. Note that this does not modify the subscription-level ackDeadlineSeconds
used for subsequent messages.
HTTP request
Path parameters
Parameters | |
---|---|
subscription |
Required. The name of the subscription. Format is |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "ackIds": [ string ], "ackDeadlineSeconds": integer } |
Fields | |
---|---|
ackIds[] |
Required. List of acknowledgment IDs. |
ackDeadlineSeconds |
Required. The new ack deadline with respect to the time this request was sent to the Pub/Sub system. For example, if the value is 10, the new ack deadline will expire 10 seconds after the |
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/pubsub
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.