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 of the Google Cloud Deploy v1 API for ReleaseNotificationEvent is 3.4.0, with previous versions ranging down to 1.0.0 available for reference."],["ReleaseNotificationEvent is a class in the Google.Cloud.Deploy.V1 namespace used for handling notifications related to release events, particularly failures in sending release status change notifications via Pub/Sub."],["The ReleaseNotificationEvent class inherits from the object class and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of the ReleaseNotificationEvent class include `Message` for debug messages, `Release` for the release name, and `Type` to indicate the notification type."],["There are two constructors for the `ReleaseNotificationEvent` one that takes no parameters, and one that takes a `ReleaseNotificationEvent` object as a parameter."]]],[]]