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, specifically for version 2.9.0 of the library."],["The `AcknowledgeRequest` class is used to send requests to acknowledge messages, which is done through the `Acknowledge` method."],["The class includes properties like `AckIds` to provide the message acknowledgment IDs, and `Subscription` for the target subscription name, which can also be accessed through a `SubscriptionName` typed property."],["This page also documents the inheritance and interfaces implemented by the class, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, alongside listing inherited members and constructors."],["A list of links to previous versions of `AcknowledgeRequest` are available to see different versions, ranging from 3.23.0 all the way back to 2.3.0."]]],[]]