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 .NET development."],["The `AcknowledgeRequest` class is a request message used for the Acknowledge method in the Pub/Sub API, which is used to confirm the reception and processing of messages."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It contains properties such as `AckIds` (a list of acknowledgment IDs) and `Subscription` (the name of the subscription), which are required fields for acknowledging messages."],["The document lists different versions of the `AcknowledgeRequest` class from version 2.3.0 to the latest version 3.23.0, allowing users to view documentation based on their version."]]],[]]