public sealed class ModifyAckDeadlineConfirmation : IMessage<StreamingPullResponse.Types.ModifyAckDeadlineConfirmation>, IEquatable<StreamingPullResponse.Types.ModifyAckDeadlineConfirmation>, IDeepCloneable<StreamingPullResponse.Types.ModifyAckDeadlineConfirmation>, IBufferMessage, IMessage
Acknowledgement IDs sent in one or more previous requests to modify the
deadline for a specific message.
[[["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-21 UTC."],[[["The webpage provides documentation for the `ModifyAckDeadlineConfirmation` class within the `Google.Cloud.PubSub.V1` namespace, focusing on its implementation and usage."],["The latest version of the `Google.Cloud.PubSub.V1` package is 3.23.0, and the webpage includes links to documentation for versions ranging from 2.3.0 up to this version."],["The `ModifyAckDeadlineConfirmation` class is used to confirm the modification of deadlines for specific messages, based on acknowledgement IDs."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `ModifyAckDeadlineConfirmation` class has properties such as `AckIds` for successfully processed acknowledgement IDs and `InvalidAckIds` for malformed or expired acknowledgement IDs."]]],[]]