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."],[[["This page details the `AcknowledgeConfirmation` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.9.0 and its subsequent version history."],["`AcknowledgeConfirmation` is used to confirm the processing of acknowledgement IDs and is part of the `StreamingPullResponse.Types` in the Google Cloud Pub/Sub .NET library, and the latest version is 3.23.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with Google Protobuf's message handling."],["`AcknowledgeConfirmation` includes properties such as `AckIds`, `InvalidAckIds`, and `UnorderedAckIds`, which are lists of acknowledgement IDs that were successfully processed, invalid, or out of order respectively."],["There is a constructor available for creating an instance of `AcknowledgeConfirmation` which can also use an existing `StreamingPullResponse.Types.AcknowledgeConfirmation` object for parameters."]]],[]]