public sealed class ReleaseNotificationEvent : IMessage<ReleaseNotificationEvent>, IEquatable<ReleaseNotificationEvent>, IDeepCloneable<ReleaseNotificationEvent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class ReleaseNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/release_notification" Platform Log event that describes the failure to send release status change Pub/Sub notification.
Implements
IMessageReleaseNotificationEvent, IEquatableReleaseNotificationEvent, IDeepCloneableReleaseNotificationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ReleaseNotificationEvent()
public ReleaseNotificationEvent()ReleaseNotificationEvent(ReleaseNotificationEvent)
public ReleaseNotificationEvent(ReleaseNotificationEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
ReleaseNotificationEvent |
Properties
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 |
|
Release
public string Release { get; set; }The name of the Release.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ReleaseUid
public string ReleaseUid { get; set; }Unique identifier of the Release.
| 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 |
|