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-04-09 UTC."],[[["The `DeliveryPipelineNotificationEvent` class in the Google Cloud Deploy v1 API handles notifications related to delivery pipelines, specifically logging failures in sending status change notifications."],["This class provides constructors for creating instances, either new or by copying another `DeliveryPipelineNotificationEvent` object."],["Key properties of the `DeliveryPipelineNotificationEvent` class include `DeliveryPipeline` to identify the associated delivery pipeline, `Message` for debugging information, and `Type` to categorize the notification type."],["The most recent version of the documentation for `DeliveryPipelineNotificationEvent` is version 3.4.0, with documentation provided for multiple versions ranging from 1.0.0 to 3.4.0, showcasing a history of updates and changes."],["The `DeliveryPipelineNotificationEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionalities."]]],[]]