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 acknowledgments for messages received from the Pub/Sub system, and it implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one and another that takes an existing `AcknowledgeRequest` object for creating a copy."],["Key properties of the `AcknowledgeRequest` class include `AckIds` for specifying the IDs of the messages to be acknowledged, `Subscription` for identifying the subscription, and `SubscriptionAsSubscriptionName` for a typed view of the subscription."],["The documentation lists various available versions of the `AcknowledgeRequest` class, ranging from version 2.3.0 up to the latest version 3.23.0, along with links to each specific version's documentation."]]],[]]