public sealed class DeployPolicyNotificationEvent : IMessage<DeployPolicyNotificationEvent>, IEquatable<DeployPolicyNotificationEvent>, IDeepCloneable<DeployPolicyNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class DeployPolicyNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/deploypolicy_notification".
Platform Log event that describes the failure to send a pub/sub notification
when there is a DeployPolicy status change.
[[["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 `DeployPolicyNotificationEvent` class in the Google Cloud Deploy v1 API represents a payload for notifications regarding DeployPolicy status changes, particularly failures in sending Pub/Sub notifications."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is documented in the Google.Cloud.Deploy.V1.dll assembly, with the latest documentation for version 3.4.0 and historical versions available as low as 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class, which also provides inherited methods such as GetHashCode, GetType, and ToString."],["Key properties of the `DeployPolicyNotificationEvent` class include `DeployPolicy` (name of the deploy policy), `DeployPolicyUid` (unique identifier), `Message` (debug message for notification failures), and `Type` (notification type)."],["The class contains two constructors, a default constructor and an overloaded constructor, which accepts another `DeployPolicyNotificationEvent` as a parameter."]]],[]]