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 document provides reference documentation for the `RolloutNotificationEvent` class within the Google Cloud Deploy v1 API, specifically detailing version 2.10.0."],["The `RolloutNotificationEvent` class, which is used as a payload proto for rollout notification failures, has various implementations and inherits from `object` and includes specific methods like `GetHashCode`, `GetType`, and `ToString`."],["The document lists multiple historical versions of the RolloutNotificationEvent class, starting from version 1.0.0 and going up to the latest 3.4.0."],["The `RolloutNotificationEvent` class features properties such as `Message`, `PipelineUid`, `ReleaseUid`, `Rollout`, `TargetId`, and `Type`, each providing specific details related to a rollout notification failure."],["The class includes two constructors: a default `RolloutNotificationEvent()` constructor and an overload that takes another `RolloutNotificationEvent` instance as a parameter, facilitating the creation of new instances."]]],[]]