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\u003eThe content focuses on the \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.PubSub.V1\u003c/code\u003e namespace, specifically related to the \u003ccode\u003e.NET\u003c/code\u003e environment.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented for \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class is used for managing acknowledgement IDs in message streaming, and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class includes properties to handle successful acknowledgments (\u003ccode\u003eAckIds\u003c/code\u003e), malformed or expired acknowledgments (\u003ccode\u003eInvalidAckIds\u003c/code\u003e), and out-of-order acknowledgments (\u003ccode\u003eUnorderedAckIds\u003c/code\u003e), all as \u003ccode\u003eRepeatedField<string>\u003c/code\u003e types.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the class, a default \u003ccode\u003eAcknowledgeConfirmation()\u003c/code\u003e and one that uses the copy constructor with an \u003ccode\u003eother\u003c/code\u003e parameter of type \u003ccode\u003eStreamingPullResponse.Types.AcknowledgeConfirmation\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]