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."],[[["This page provides documentation for the `RolloutNotificationEvent` class within the Google Cloud Deploy v1 API, with the latest version being 3.4.0 and a current version at 2.4.0."],["The `RolloutNotificationEvent` class is used to describe a failure to send rollout status change notifications, typically via Pub/Sub, and serves as a payload for the \"clouddeploy.googleapis.com/rollout_notification\" Platform Log event."],["The `RolloutNotificationEvent` class inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable\u003cRolloutNotificationEvent\u003e`, `IDeepCloneable\u003cRolloutNotificationEvent\u003e`, and `IBufferMessage`."],["Key properties of the `RolloutNotificationEvent` include `Message` (a debug message), `PipelineUid`, `ReleaseUid`, `Rollout` (name of the rollout), `TargetId`, and `Type` (the type of notification, like a Pub/Sub failure)."],["The namespace for this class is `Google.Cloud.Deploy.V1`, and it's part of the `Google.Cloud.Deploy.V1.dll` assembly."]]],[]]