public sealed class TargetNotificationEvent : IMessage<TargetNotificationEvent>, IEquatable<TargetNotificationEvent>, IDeepCloneable<TargetNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TargetNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/target_notification"
Platform Log event that describes the failure to send target 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 of the `TargetNotificationEvent` API is 3.4.0, with several prior versions available, ranging from 3.3.0 down to 1.0.0."],["`TargetNotificationEvent` is a class within the Google Cloud Deploy v1 API, specifically designed for handling events related to target status changes and Pub/Sub notifications."],["The class `TargetNotificationEvent` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting that it supports message handling, equality checks, deep cloning, and buffer operations."],["The `TargetNotificationEvent` class has properties like `Message`, `Target`, and `Type`, which are used to store debug messages, the name of the target, and the notification type, respectively."],["The `TargetNotificationEvent` class includes two constructors, one being the default and the other allowing the copying of a pre-existing instance of `TargetNotificationEvent` to a new object."]]],[]]