public sealed class RolloutNotificationEvent : IMessage<RolloutNotificationEvent>, IEquatable<RolloutNotificationEvent>, IDeepCloneable<RolloutNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class RolloutNotificationEvent.
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."],[[["The latest version available for the `RolloutNotificationEvent` class is 3.4.0, while the current page is documented under version 2.6.0."],["The `RolloutNotificationEvent` class is part of the Google Cloud Deploy v1 API, which serves as a payload proto for rollout notification failures and is used in platform log events."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality comparisons, deep cloning, and buffered message interactions."],["The `RolloutNotificationEvent` class provides properties such as `Message`, `PipelineUid`, `ReleaseUid`, `Rollout`, `TargetId`, and `Type`, which offer details on the notification's failure reason, associated pipeline, release, rollout, target, and type, respectively."],["The `RolloutNotificationEvent` class also has two constructors, one being a parameterless constructor and the other taking an `RolloutNotificationEvent` object as a parameter."]]],[]]