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
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeliveryPipelineNotificationEvent : IDirectResponseSchema
Properties
DeliveryPipeline
The name of the Delivery Pipeline
.
Declaration
[JsonProperty("deliveryPipeline")]
public virtual string DeliveryPipeline { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Debug message for when a notification fails to send.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineUid
Unique identifier of the DeliveryPipeline
.
Declaration
[JsonProperty("pipelineUid")]
public virtual string PipelineUid { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this notification, e.g. for a Pub/Sub failure.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |