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 the `Acknowledge` method, which confirms the receipt of messages from a Pub/Sub subscription."],["The latest version of the Google Cloud Pub/Sub v1 API class AcknowledgeRequest is 3.23.0, with versions ranging from 2.3.0 up to 3.23.0 available."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET environment."],["Key properties of the class include `AckIds`, which holds the acknowledgment IDs, and `Subscription`, which specifies the target subscription for message acknowledgment, along with a typed view `SubscriptionAsSubscriptionName` for resource name management."]]],[]]