public sealed class TargetNotificationEvent : IMessage<TargetNotificationEvent>, IEquatable<TargetNotificationEvent>, IDeepCloneable<TargetNotificationEvent>, IBufferMessage, IMessageReference 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.
Implements
IMessageTargetNotificationEvent, IEquatableTargetNotificationEvent, IDeepCloneableTargetNotificationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TargetNotificationEvent()
public TargetNotificationEvent()TargetNotificationEvent(TargetNotificationEvent)
public TargetNotificationEvent(TargetNotificationEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
TargetNotificationEvent |
Properties
Message
public string Message { get; set; }Debug message for when a notification fails to send.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Target
public string Target { get; set; }The name of the Target.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public Type Type { get; set; }Type of this notification, e.g. for a Pub/Sub failure.
| Property Value | |
|---|---|
| Type | Description |
Type |
|