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, used to acknowledge messages in Google Cloud Pub/Sub."],["The `AcknowledgeRequest` class, part of version 2.6.0, is a request object for the Acknowledge method and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `AcknowledgeRequest` class contains properties such as `AckIds` (a collection of acknowledgment IDs) and `Subscription` (the subscription to acknowledge messages from), along with its typed counterpart `SubscriptionAsSubscriptionName`."],["The page lists various versions of the Google.Cloud.PubSub.V1 library, ranging from version 3.23.0 (latest) down to 2.3.0, with each linking to the corresponding documentation for the `AcknowledgeRequest`."],["The class inherits members from `Object`, with specific methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]