[[["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 a comprehensive list of versions for `PubsubExtensions`, ranging from version 2.3.0 to the latest version, 3.23.0, within the Google Cloud Pub/Sub V1 namespace."],["`PubsubExtensions` is a static class offering extensions to Pub/Sub messages within the Google.Cloud.PubSub.V1 namespace."],["The primary method documented within `PubsubExtensions` is `GetDeliveryAttempt`, which retrieves the delivery attempt count for a given `PubsubMessage`, crucial for messages originating from subscriptions with dead-letter queues enabled."],["`GetDeliveryAttempt` returns a nullable integer, representing the delivery attempt or `null` if the subscription lacks dead-letter queue functionality, and the counter is calculated by adding one to the total of NACKs and ack_deadline exceeds for the message."],["The `PubsubExtensions` class inherits several base methods from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]