public sealed class ReleaseNotificationEvent : IMessage<ReleaseNotificationEvent>, IEquatable<ReleaseNotificationEvent>, IDeepCloneable<ReleaseNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class ReleaseNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/release_notification"
Platform Log event that describes the failure to send release 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 latest version available for the `ReleaseNotificationEvent` class is 3.4.0, and there are multiple other versions available ranging from 1.0.0 to 3.3.0."],["The `ReleaseNotificationEvent` class is part of the Google Cloud Deploy v1 API and is used as the payload proto for \"clouddeploy.googleapis.com/release_notification\" Platform Log events."],["The `ReleaseNotificationEvent` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has properties like `Message`, `PipelineUid`, `Release`, `ReleaseUid`, and `Type`, providing information about a failed notification, the delivery pipeline, the release name and unique ID, and notification type."],["There are two constructors for creating a `ReleaseNotificationEvent` object, one being the default and the other allowing you to pass an existing `ReleaseNotificationEvent`."]]],[]]