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-04-09 UTC."],[[["The latest version available for the `ReleaseNotificationEvent` class is 3.4.0, but this page is documenting version 2.8.0."],["`ReleaseNotificationEvent` is a class within the Google Cloud Deploy v1 API, specifically within the `Google.Cloud.Deploy.V1` namespace, used for handling events related to release notifications."],["The `ReleaseNotificationEvent` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReleaseNotificationEvent` class include `Message`, which provides debug information, `Release`, which stores the release name, and `Type`, which specifies the notification type."],["This class includes two constructors, `ReleaseNotificationEvent()` for a default object and `ReleaseNotificationEvent(ReleaseNotificationEvent other)` to copy from another instance."]]],[]]