public sealed class ModifyAckDeadlineConfirmation : IMessage<StreamingPullResponse.Types.ModifyAckDeadlineConfirmation>, IEquatable<StreamingPullResponse.Types.ModifyAckDeadlineConfirmation>, IDeepCloneable<StreamingPullResponse.Types.ModifyAckDeadlineConfirmation>, IBufferMessage, IMessage
Acknowledgement IDs sent in one or more previous requests to modify the
deadline for a specific message.
[[["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 2025-03-31 UTC."],[[["This page details the `ModifyAckDeadlineConfirmation` class within the `Google.Cloud.PubSub.V1` namespace, specifically in version 3.2.0 and other prior versions."],["`ModifyAckDeadlineConfirmation` is used to confirm the modification of message acknowledgement deadlines and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and one that accepts another `ModifyAckDeadlineConfirmation` object for initialization."],["It includes two key properties: `AckIds` for successfully processed acknowledgment IDs, and `InvalidAckIds` for malformed or expired acknowledgement IDs, both using `RepeatedField\u003cstring\u003e`."],["The content references several prior versions, including the most recent 3.23.0, and lists all versions in between 3.2.0 to 3.23.0, along with version 2.3.0 to 2.10.0."]]],[]]