public sealed class AcknowledgeRequest : IMessage<AcknowledgeRequest>, IEquatable<AcknowledgeRequest>, IDeepCloneable<AcknowledgeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class AcknowledgeRequest.
[[["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 provides reference documentation for the `AcknowledgeRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the latest version being 3.23.0."],["The `AcknowledgeRequest` class is used to send requests for the Acknowledge method, and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `AcknowledgeRequest` class includes properties like `AckIds`, a repeated field of strings for message acknowledgment IDs, and `Subscription`, a string representing the subscription name, along with a `SubscriptionName` type-view property."],["The documentation also lists multiple previous versions of the `AcknowledgeRequest` class, ranging from version 3.22.0 down to version 2.3.0, each accessible through a unique link."],["There are two constructors available for `AcknowledgeRequest`, one default and another that takes an existing `AcknowledgeRequest` object for copying."]]],[]]