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."],[[["This webpage provides reference documentation for the `ReleaseNotificationEvent` class within the Google Cloud Deploy v1 API for .NET, detailing its properties, constructors, and implemented interfaces."],["The `ReleaseNotificationEvent` class, part of the `Google.Cloud.Deploy.V1` namespace, is used for handling events related to release notifications, such as failures in sending notifications to Pub/Sub."],["The documentation lists various versions of the API, ranging from 1.0.0 to 3.4.0 (latest), each with links to their respective documentation pages for the `ReleaseNotificationEvent` class."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The properties of `ReleaseNotificationEvent` include `Message`, `Release`, and `Type`, which provide information on the notification's debug message, the associated release name, and the type of notification."]]],[]]