Google Cloud Deploy v1 API - Class DeployPolicyNotificationEvent (2.19.0)

public sealed class DeployPolicyNotificationEvent : IMessage<DeployPolicyNotificationEvent>, IEquatable<DeployPolicyNotificationEvent>, IDeepCloneable<DeployPolicyNotificationEvent>, IBufferMessage, IMessage

Reference 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.

Inheritance

object > DeployPolicyNotificationEvent

Namespace

Google.Cloud.Deploy.V1

Assembly

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