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 webpage details the `AcknowledgeRequest` class within the `Google.Cloud.PubSub.V1` namespace, serving as a request type for the Acknowledge method used in Google Cloud Pub/Sub."],["It provides a comprehensive list of available versions for `AcknowledgeRequest`, ranging from version 2.3.0 to the latest version 3.23.0, including version 3.0.0, which this documentation primarily focuses on."],["`AcknowledgeRequest` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality checks, and deep cloning capabilities."],["The class has two constructors, `AcknowledgeRequest()`, and `AcknowledgeRequest(AcknowledgeRequest other)`, for default creation and cloning, and includes properties such as `AckIds` and `Subscription` for specifying message IDs and the relevant subscription."],["The `SubscriptionAsSubscriptionName` property provides a `SubscriptionName` typed view over the `Subscription` property, to help with resource name management."]]],[]]