public sealed class CustomTargetTypeNotificationEvent : IMessage<CustomTargetTypeNotificationEvent>, IEquatable<CustomTargetTypeNotificationEvent>, IDeepCloneable<CustomTargetTypeNotificationEvent>, IBufferMessage, IMessageReference 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.
Implements
IMessageCustomTargetTypeNotificationEvent, IEquatableCustomTargetTypeNotificationEvent, IDeepCloneableCustomTargetTypeNotificationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
CustomTargetTypeNotificationEvent()
public CustomTargetTypeNotificationEvent()CustomTargetTypeNotificationEvent(CustomTargetTypeNotificationEvent)
public CustomTargetTypeNotificationEvent(CustomTargetTypeNotificationEvent other)| Parameter | |
|---|---|
| Name | Description | 
| other | CustomTargetTypeNotificationEvent | 
Properties
CustomTargetType
public string CustomTargetType { get; set; }The name of the CustomTargetType.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
CustomTargetTypeUid
public string CustomTargetTypeUid { get; set; }Unique identifier of the CustomTargetType.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Message
public string Message { get; set; }Debug message for when a notification fails to send.
| 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 | |