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 document provides reference documentation for the `AcknowledgeRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment, with the current version being 3.6.0, with links to previous versions."],["The `AcknowledgeRequest` class is used to send acknowledgment requests for messages received from the Pub/Sub system."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The class contains properties such as `AckIds` (a collection of message acknowledgment IDs) and `Subscription` (the name of the subscription), which are essential for processing message acknowledgments."],["There are two constructors provided for `AcknowledgeRequest`, one default and one that takes another instance of `AcknowledgeRequest` as a parameter for cloning."]]],[]]