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 designed to handle notifications related to release status changes, particularly when there are failures in sending Pub/Sub notifications."],["This class, found under the `Google.Cloud.Deploy.V1` namespace, offers methods for getting the debug message of the failure, the pipeline's unique identifier, the name of the release, the release's unique identifier, and the type of the notification failure."],["The documentation covers versions of this class ranging from 1.0.0 to 3.4.0, with 3.4.0 being the latest version, and also includes a comprehensive list of inherited members, constructors, and properties of the `ReleaseNotificationEvent` class."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and it inherits from the base `object` class."],["Two constructors are available within this class, `ReleaseNotificationEvent()` and `ReleaseNotificationEvent(ReleaseNotificationEvent other)` to allow for object creation with or without cloning an existing object."]]],[]]