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-04-09 UTC."],[[["This page details the `AcknowledgeRequest` class within the `Google.Cloud.PubSub.V1` namespace, which is used to acknowledge messages in the Pub/Sub system."],["The latest version documented is 3.23.0, but the current view shows documentation for version 2.8.0, with numerous other versions available for browsing through."],["The `AcknowledgeRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `AcknowledgeRequest` class include `AckIds`, which holds the IDs of messages to acknowledge, and `Subscription`, which specifies the subscription associated with the messages."],["The `AcknowledgeRequest` class has two constructors, one being an empty constructor, and another that takes an `AcknowledgeRequest` as a parameter."]]],[]]