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 .NET development."],["The `AcknowledgeRequest` class is used to create requests for the `Acknowledge` method, which confirms the receipt of messages from a Pub/Sub subscription."],["The page lists various versions of the Google Cloud Pub/Sub v1 API, ranging from version 2.3.0 to the latest version 3.23.0, providing links to each version's documentation for `AcknowledgeRequest`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and the page documents the `AckIds` and `Subscription` properties, along with their types and descriptions."],["This page highlights that the `AcknowledgeRequest` requires the acknowledgment IDs of the messages and the subscription name, formatted as `projects/{project}/subscriptions/{sub}`, to process message acknowledgments."]]],[]]