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, showcasing its use in acknowledging messages in the Pub/Sub system."],["The `AcknowledgeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The latest version available for `AcknowledgeRequest` is 3.23.0, with a list of available versions down to version 2.3.0, showing how the class has been updated."],["The class contains two constructors: a default `AcknowledgeRequest()` constructor and an `AcknowledgeRequest(AcknowledgeRequest other)` copy constructor."],["`AcknowledgeRequest` has two crucial properties, `AckIds` which is a required list of message IDs and `Subscription` which is a required string that denotes which subscription the acknowledge is for, with the latter also allowing you to use a `SubscriptionName` type."]]],[]]