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 latest version being 3.23.0."],["The `AcknowledgeRequest` class is used to send a request to acknowledge messages received from a Pub/Sub subscription, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and has properties such as `AckIds` (a list of acknowledgment IDs) and `Subscription` (the name of the subscription) used to acknowledge messages."],["The `AcknowledgeRequest` class provides two constructors: a default parameterless one and another one that accepts a copy of another `AcknowledgeRequest` object."],["There are multiple versions available, starting at 2.3.0 all the way to 3.23.0, with a reference to each, as well as its namespace, assembly and methods."]]],[]]