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-21 UTC."],[[["This page details the `ModifyAckDeadlineConfirmation` class within the `Google.Cloud.PubSub.V1` namespace, specifically in version 3.0.0 and onward to the latest version, 3.23.0, of the .NET library."],["`ModifyAckDeadlineConfirmation` is designed for confirming the modification of message acknowledgement deadlines, as well as the handling of expired or malformed acknowledgement IDs."],["The class provides properties such as `AckIds` for listing successfully processed acknowledgement IDs and `InvalidAckIds` for identifying malformed or expired ones."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which is intended for efficient handling of protocol buffer messages, and it inherits from `Object`."],["The page provides links to each version of the class from 3.0.0 all the way up to 3.23.0, including minor versions and allowing for easy navigation through specific versions of the API."]]],[]]