public sealed class DeliveryPipelineNotificationEvent : IMessage<DeliveryPipelineNotificationEvent>, IEquatable<DeliveryPipelineNotificationEvent>, IDeepCloneable<DeliveryPipelineNotificationEvent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class DeliveryPipelineNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/deliverypipeline_notification" Platform Log event that describes the failure to send delivery pipeline status change Pub/Sub notification.
Implements
IMessageDeliveryPipelineNotificationEvent, IEquatableDeliveryPipelineNotificationEvent, IDeepCloneableDeliveryPipelineNotificationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeliveryPipelineNotificationEvent()
public DeliveryPipelineNotificationEvent()DeliveryPipelineNotificationEvent(DeliveryPipelineNotificationEvent)
public DeliveryPipelineNotificationEvent(DeliveryPipelineNotificationEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
DeliveryPipelineNotificationEvent |
Properties
DeliveryPipeline
public string DeliveryPipeline { get; set; }The name of the Delivery Pipeline.
| 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 |
|
PipelineUid
public string PipelineUid { get; set; }Unique identifier of the DeliveryPipeline.
| 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 |
|