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-31 UTC."],[[["The content focuses on the `AcknowledgeConfirmation` class within the `Google.Cloud.PubSub.V1` namespace, specifically related to the `.NET` environment."],["The latest version documented for `AcknowledgeConfirmation` is 3.23.0, and the page provides links to documentation for numerous prior versions, dating back to 2.3.0, allowing easy comparison across versions."],["The `AcknowledgeConfirmation` class is used for managing acknowledgement IDs in message streaming, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AcknowledgeConfirmation` class includes properties to handle successful acknowledgments (`AckIds`), malformed or expired acknowledgments (`InvalidAckIds`), and out-of-order acknowledgments (`UnorderedAckIds`), all as `RepeatedField\u003cstring\u003e` types."],["There are two constructors available for the class, a default `AcknowledgeConfirmation()` and one that uses the copy constructor with an `other` parameter of type `StreamingPullResponse.Types.AcknowledgeConfirmation`."]]],[]]