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-04-09 UTC."],[[["The `TargetNotificationEvent` class in the Google Cloud Deploy v1 API is a payload proto for logging events related to failures in sending target status change Pub/Sub notifications."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and equality comparison."],["The class provides properties like `Message`, `Target`, and `Type` to hold relevant data, such as a debug message, the name of the target, and the type of notification, respectively."],["The latest version of this API is 3.4.0, and there are numerous previous versions available, starting from version 1.0.0 and ranging up to 3.4.0 for different purposes."]]],[]]