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 `ReleaseNotificationEvent` class in the Google Cloud Deploy v1 API is documented across multiple versions, from 1.0.0 to the latest version 3.4.0."],["This class, part of the `Google.Cloud.Deploy.V1` namespace, handles events related to failures in sending release status change notifications, specifically for Pub/Sub notifications."],["`ReleaseNotificationEvent` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class includes properties such as `Message`, `Release`, and `Type`, to provide details on the notification failure and associated release, with corresponding type and description tables."],["There are two constructors for the class, one to create a new instance and another that clones an existing `ReleaseNotificationEvent` object."]]],[]]