public sealed class ModifyAckDeadlineRequest : IMessage<ModifyAckDeadlineRequest>, IEquatable<ModifyAckDeadlineRequest>, IDeepCloneable<ModifyAckDeadlineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class ModifyAckDeadlineRequest.
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 in a single request is 600 seconds
(10 minutes).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eModifyAckDeadlineRequest\u003c/code\u003e class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the most recent version of the documentation being 3.23.0 and the current page being 3.13.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModifyAckDeadlineRequest\u003c/code\u003e class is used to modify the acknowledgment deadline for a message in the Pub/Sub system, allowing control over how long a message is considered "in-flight" before it might be redelivered.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eModifyAckDeadlineRequest\u003c/code\u003e class include \u003ccode\u003eAckDeadlineSeconds\u003c/code\u003e, which sets the new deadline in seconds (with a range of 0-600), \u003ccode\u003eAckIds\u003c/code\u003e, a list of IDs to acknowledge, and \u003ccode\u003eSubscription\u003c/code\u003e, which identifies the target subscription.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and it is contained within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, within the \u003ccode\u003eGoogle.Cloud.PubSub.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere is documentation available for older versions, going back to 2.3.0, as well as the latest version, and they all implement the \u003ccode\u003eModifyAckDeadlineRequest\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]