public sealed class CustomTargetTypeNotificationEvent : IMessage<CustomTargetTypeNotificationEvent>, IEquatable<CustomTargetTypeNotificationEvent>, IDeepCloneable<CustomTargetTypeNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class CustomTargetTypeNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/customtargettype_notification"
Platform Log event that describes the failure to send a custom target type
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-05-09 UTC."],[[["This webpage provides documentation for the `CustomTargetTypeNotificationEvent` class within the Google Cloud Deploy v1 API, with the latest version being 3.4.0, and versions available from 1.0.0."],["`CustomTargetTypeNotificationEvent` is a payload proto for \"clouddeploy.googleapis.com/customtargettype_notification\" and handles the logging of events when a custom target type status change Pub/Sub notification fails."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling a variety of functionalities like message processing, equality checking, deep cloning, and buffered message handling."],["`CustomTargetTypeNotificationEvent` has properties including `CustomTargetType`, `CustomTargetTypeUid`, `Message`, and `Type`, which provide information about the custom target type and any notification failures."],["There are two constructors for the class, one empty and the other using another CustomTargetTypeNotificationEvent to initiate a new one."]]],[]]