public sealed class AcknowledgeRequest : IMessage<AcknowledgeRequest>, IEquatable<AcknowledgeRequest>, IDeepCloneable<AcknowledgeRequest>, IBufferMessage, IMessage
[[["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 `AcknowledgeRequest` class within the Google.Cloud.PubSub.V1 namespace, a component of the Google Cloud Pub/Sub .NET library, which is used to acknowledge messages in the Pub/Sub system."],["The `AcknowledgeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in handling protocol buffer messages."],["The class includes properties such as `AckIds` (a collection of acknowledgment IDs) and `Subscription` (the subscription name), which are essential for message acknowledgement."],["Multiple versions of the library are accessible, ranging from version 2.3.0 up to the latest version 3.23.0, with each version linking to the corresponding `AcknowledgeRequest` documentation."],["The class also provides two constructors: one default constructor, and another to initialize the request from an existing instance of the `AcknowledgeRequest` class."]]],[]]