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 2.10.0, used for confirming modifications to message deadlines."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `ModifyAckDeadlineConfirmation` class includes properties for `AckIds`, which are successfully processed IDs, and `InvalidAckIds`, listing IDs that are invalid or expired."],["The page provides a list of available versions ranging from 2.3.0 to the latest version 3.23.0, each linking to the documentation for `ModifyAckDeadlineConfirmation` in their respective version."],["The class has two constructors, one default and another that takes another `ModifyAckDeadlineConfirmation` instance as a parameter."]]],[]]