public sealed class RolloutNotificationEvent : IMessage<RolloutNotificationEvent>, IEquatable<RolloutNotificationEvent>, IDeepCloneable<RolloutNotificationEvent>, IBufferMessage, IMessage
Payload proto for "clouddeploy.googleapis.com/rollout_notification"
Platform Log event that describes the failure to send rollout 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 details the `RolloutNotificationEvent` class within the `Google.Cloud.Deploy.V1` namespace, specifically version 2.0.0, with links to other versions."],["`RolloutNotificationEvent` is a payload proto for \"clouddeploy.googleapis.com/rollout_notification,\" which logs events related to failures in sending rollout status change notifications via Pub/Sub."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, defining its structure and capabilities."],["The `RolloutNotificationEvent` class contains properties like `Message`, `PipelineUid`, `ReleaseUid`, `Rollout`, `TargetId`, and `Type`, which store information about notification failures, unique identifiers, and the type of event."],["There are multiple versions of the `RolloutNotificationEvent` Class available, and the latest version is 3.4.0."]]],[]]