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 used to construct requests for acknowledging messages in the Pub/Sub system, which confirms message receipt."],["The `AcknowledgeRequest` class requires a subscription and an array of acknowledgement IDs that correspond to the messages being acknowledged."],["This class is available in multiple versions of the library, ranging from the latest version 3.23.0 down to 2.3.0, including version 3.18.0 which is the specific version being focused on."],["The document outlines the `AcknowledgeRequest` class's constructors, properties such as `AckIds` and `Subscription`, and its inheritance and implementation details with links to their appropriate pages."]]],[]]