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 Cloud Pub/Sub v1 API, specifically for .NET environments."],["The `AcknowledgeRequest` class is used for acknowledging messages in the Pub/Sub system and is available in multiple versions, ranging from 2.3.0 up to the latest, 3.23.0."],["The `AcknowledgeRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of `AcknowledgeRequest` include `AckIds`, a repeated field of strings representing the acknowledgment IDs, and `Subscription`, a string that specifies the subscription whose message is being acknowledged."],["Constructors for `AcknowledgeRequest` include a parameterless constructor and a constructor that takes another `AcknowledgeRequest` object as input for creating copies."]]],[]]