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-21 UTC."],[[["This webpage provides documentation for the `AcknowledgeRequest` class within the Google.Cloud.PubSub.V1 library, detailing its implementation and usage in .NET."],["The `AcknowledgeRequest` class is used to send acknowledgment requests to the Pub/Sub system, which is inherited from `System.Object`, implements several interfaces including `IMessage`, and provides constructors to instantiate it."],["The webpage lists multiple versions of the Google.Cloud.PubSub.V1 library, ranging from 2.3.0 up to the latest version 3.23.0, providing links to each version's documentation."],["Key properties of the `AcknowledgeRequest` include `AckIds`, a collection of acknowledgment IDs, and `Subscription`, which identifies the subscription being acknowledged, both of which are required."],["The properties of `Subscription` can be viewed in a string or as a `SubscriptionName` typed view."]]],[]]