public sealed class DeliveryPipelineNotificationEvent : IMessage<DeliveryPipelineNotificationEvent>, IEquatable<DeliveryPipelineNotificationEvent>, IDeepCloneable<DeliveryPipelineNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeliveryPipelineNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/deliverypipeline_notification"
Platform Log event that describes the failure to send delivery pipeline
status change Pub/Sub notification.
[[["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."],[[["This page provides reference documentation for the `DeliveryPipelineNotificationEvent` class within the Google Cloud Deploy v1 API, specifically for .NET development."],["The `DeliveryPipelineNotificationEvent` class is a platform log event indicating a failure to send a delivery pipeline status change Pub/Sub notification, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of `DeliveryPipelineNotificationEvent`, starting from version 1.0.0 up to the latest 3.4.0, with 2.2.0 being highlighted as the currently viewed version."],["Key properties of the `DeliveryPipelineNotificationEvent` class include `DeliveryPipeline` (the name of the Delivery Pipeline), `Message` (a debug message for notification failures), and `Type` (the notification type)."],["The listed constructors allow the class to be created empty or with a DeliveryPipelineNotificationEvent parameter."]]],[]]