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, detailing its structure and functionalities across multiple versions.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e handles the confirmation of acknowledgement IDs, including successfully processed ones, invalid ones, and those that were out of order, and it implements multiple interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 3.23.0, while other versions, starting from version 2.3.0 up to 3.22.0 are also documented.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains three properties related to acknowledgements, \u003ccode\u003eAckIds\u003c/code\u003e, \u003ccode\u003eInvalidAckIds\u003c/code\u003e and \u003ccode\u003eUnorderedAckIds\u003c/code\u003e all using \u003ccode\u003eRepeatedField<string>\u003c/code\u003e to keep track of them.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e class has two constructors, one default, and one that takes another instance of \u003ccode\u003eAcknowledgeConfirmation\u003c/code\u003e to be set as \u003ccode\u003eother\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]