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 `TargetNotificationEvent` class in the Google Cloud Deploy v1 API is a payload proto for handling \"clouddeploy.googleapis.com/target_notification\" events related to target status changes."],["The latest version of the documentation is 3.4.0, and a variety of previous versions are available, down to 1.0.0, for `TargetNotificationEvent` within the Google Cloud Deploy v1 API."],["The `TargetNotificationEvent` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `TargetNotificationEvent` class includes properties such as `Message`, `Target`, and `Type`, which are used to describe the notification's debug message, associated target, and notification type, respectively."],["It is a public sealed class that handles platform log events for failing to send target status change Pub/Sub notification."]]],[]]