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."],[[["The `DeliveryPipelineNotificationEvent` class in the Google Cloud Deploy v1 API represents a notification event related to a delivery pipeline, specifically when there is a failure to send a status change notification."],["This class, which is part of the `Google.Cloud.Deploy.V1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation within the .NET environment."],["The class provides properties such as `DeliveryPipeline`, `Message`, `PipelineUid`, and `Type` to give details about the notification, including the pipeline name, a debug message, a unique pipeline identifier, and the type of notification failure."],["The documentation shows the availability of different versions, ranging from version 1.0.0 to the latest 3.4.0, allowing developers to find resources relevant to the specific version they are using."],["There is a payload proto for cloud deploy delivery pipeline notification for logs."]]],[]]