public sealed class AcknowledgeConfirmation : IMessage<StreamingPullResponse.Types.AcknowledgeConfirmation>, IEquatable<StreamingPullResponse.Types.AcknowledgeConfirmation>, IDeepCloneable<StreamingPullResponse.Types.AcknowledgeConfirmation>, IBufferMessage, IMessage
Acknowledgement IDs sent in one or more previous requests to acknowledge a
previously received 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 `AcknowledgeConfirmation` class within the `Google.Cloud.PubSub.V1` namespace, specifically focusing on version 3.2.0 and including links to documentation for previous and subsequent versions."],["The `AcknowledgeConfirmation` class is designed to handle acknowledgement IDs from previous requests for message acknowledgement, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["It offers two constructors: a default constructor `AcknowledgeConfirmation()` and a copy constructor `AcknowledgeConfirmation(StreamingPullResponse.Types.AcknowledgeConfirmation other)` that creates an object by copying an existing one."],["The class includes properties `AckIds`, `InvalidAckIds`, and `UnorderedAckIds`, all of which are of type `RepeatedField\u003cstring\u003e`, used to manage lists of successfully processed, malformed or expired, and out-of-order acknowledgement IDs, respectively."],["The `AcknowledgeConfirmation` class can be used to keep track of the acknowledgement messages from the `StreamingPullResponse` and see the status of the different messages sent."]]],[]]