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 latest version of the `AcknowledgeRequest` documentation is 3.23.0, and the page provides links to versions ranging from 2.3.0 to the latest."],["The `AcknowledgeRequest` class is a request object used for acknowledging messages in the Pub/Sub system, inheriting from the base `Object` class and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `AcknowledgeRequest` class has two constructors: a default constructor `AcknowledgeRequest()` and a copy constructor `AcknowledgeRequest(AcknowledgeRequest other)`."],["The class includes properties like `AckIds` which is a `RepeatedField\u003cstring\u003e` used to house the acknowledgement IDs and `Subscription`, a string property that holds the subscription name."],["The `SubscriptionAsSubscriptionName` property offers a strongly-typed view of the subscription resource name, leveraging the `SubscriptionName` type."]]],[]]