public sealed class DeployPolicyNotificationEvent : IMessage<DeployPolicyNotificationEvent>, IEquatable<DeployPolicyNotificationEvent>, IDeepCloneable<DeployPolicyNotificationEvent>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class DeployPolicyNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/deploypolicy_notification". Platform Log event that describes the failure to send a pub/sub notification when there is a DeployPolicy status change.
Implements
IMessageDeployPolicyNotificationEvent, IEquatableDeployPolicyNotificationEvent, IDeepCloneableDeployPolicyNotificationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
DeployPolicyNotificationEvent()
public DeployPolicyNotificationEvent()DeployPolicyNotificationEvent(DeployPolicyNotificationEvent)
public DeployPolicyNotificationEvent(DeployPolicyNotificationEvent other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployPolicyNotificationEvent |
Properties
DeployPolicy
public string DeployPolicy { get; set; }The name of the DeployPolicy.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DeployPolicyUid
public string DeployPolicyUid { get; set; }Unique identifier of the deploy policy.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Message
public string Message { get; set; }Debug message for when a deploy policy fails to send a pub/sub notification.
| 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 |
|