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 a request for the Acknowledge method, used to acknowledge messages received from a Pub/Sub subscription."],["It inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["Key properties of the class include `AckIds` which is a list of acknowledgment IDs, and `Subscription` which is the name of the subscription associated with the request, with an alternative property for a typed view of the subscription name."],["The document lists the various versions of the `AcknowledgeRequest`, showing that version 3.23.0 is the latest and it has versions dating back to 2.3.0."]]],[]]