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 Google Cloud Deploy v1 API class ReleaseNotificationEvent is 3.4.0, with multiple previous versions available, including the current version of 3.2.0."],["`ReleaseNotificationEvent` is a class within the Google Cloud Deploy v1 API, designed to handle events related to the failure of sending release status change Pub/Sub notifications."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The class has properties such as `Message`, `PipelineUid`, `Release`, `ReleaseUid`, and `Type`, which store important information related to the notification failure, delivery pipeline, release name, and notification type."],["The current class's constructors include a default constructor and one that allows the construction of a `ReleaseNotificationEvent` object based off of an existing `ReleaseNotificationEvent` object."]]],[]]