str
Required. The name of the subscription. Format is
``projects/{project}/subscriptions/{sub}``.
ack_ids
Sequence[str]
Required. List of acknowledgment IDs.
ack_deadline_seconds
int
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 ``ModifyAckDeadline`` call was made. Specifying
zero might immediately make the message available for
delivery to another subscriber client. This typically
results in an increase in the rate of message redeliveries
(that is, duplicates). The minimum deadline you can specify
is 0 seconds. The maximum deadline you can specify is 600
seconds (10 minutes).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]