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 `ReleaseNotificationEvent` class in the Google Cloud Deploy v1 API is designed to handle notifications related to release status changes, particularly in the context of Pub/Sub events."],["This class is part of the `Google.Cloud.Deploy.V1` namespace and is defined in the `Google.Cloud.Deploy.V1.dll` assembly, with a latest version of `3.4.0` and a range of historical versions dating back to 1.0.0."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the base `object` class."],["Key properties of `ReleaseNotificationEvent` include `Message` (for debug messages), `Release` (the release name), and `Type` (the notification type)."],["There are two constructors available for the class, a default one and another accepting a `ReleaseNotificationEvent` object for copying."]]],[]]