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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page details the \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, specifically focusing on version 3.2.0 and including links to documentation for previous and subsequent versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class is designed to handle acknowledgement IDs from previous requests for message acknowledgement, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two constructors: a default constructor \u003ccode\u003eAcknowledgeConfirmation()\u003c/code\u003e and a copy constructor \u003ccode\u003eAcknowledgeConfirmation(StreamingPullResponse.Types.AcknowledgeConfirmation other)\u003c/code\u003e that creates an object by copying an existing one.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties \u003ccode\u003eAckIds\u003c/code\u003e, \u003ccode\u003eInvalidAckIds\u003c/code\u003e, and \u003ccode\u003eUnorderedAckIds\u003c/code\u003e, all of which are of type \u003ccode\u003eRepeatedField<string>\u003c/code\u003e, used to manage lists of successfully processed, malformed or expired, and out-of-order acknowledgement IDs, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class can be used to keep track of the acknowledgement messages from the \u003ccode\u003eStreamingPullResponse\u003c/code\u003e and see the status of the different messages sent.\u003c/p\u003e\n"]]],[],null,[]]