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."],[[["The page documents the `AcknowledgeRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.10.0, which is used to acknowledge messages in Google Cloud Pub/Sub."],["The latest version documented is 3.23.0, and a list of previous versions from 3.22.0 all the way down to 2.3.0, each with its specific link to the documentation, are available on this page."],["The `AcknowledgeRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a complex structure."],["Key properties of the `AcknowledgeRequest` class include `AckIds`, which is a list of acknowledgment IDs, `Subscription`, which specifies the subscription being acknowledged, and `SubscriptionAsSubscriptionName`, which provides a typed view of the subscription."],["The class has two constructors, a default constructor and one that copies values from another `AcknowledgeRequest` instance, facilitating the creation of new instances."]]],[]]