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 documentation for the `AcknowledgeRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The `AcknowledgeRequest` class is used to send requests for acknowledging messages, as part of the `Acknowledge` method of the API."],["This documentation includes a list of available versions of the Google.Cloud.PubSub.V1 API, ranging from the latest version 3.23.0 down to version 2.3.0."],["The `AcknowledgeRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also includes constructors and properties, such as `AckIds` and `Subscription`."],["The documentation details the properties and constructors of the `AcknowledgeRequest` class, highlighting that `AckIds` is required and contains the IDs of messages being acknowledged, while `Subscription` specifies which subscription the message is from."]]],[]]