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
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeployPolicyNotificationEvent : IDirectResponseSchema
Properties
DeployPolicy
The name of the DeployPolicy
.
Declaration
[JsonProperty("deployPolicy")]
public virtual string DeployPolicy { get; set; }
Property Value
Type | Description |
---|---|
string |
DeployPolicyUid
Unique identifier of the deploy policy.
Declaration
[JsonProperty("deployPolicyUid")]
public virtual string DeployPolicyUid { 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 deploy policy fails to send a pub/sub notification.
Declaration
[JsonProperty("message")]
public virtual string Message { 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 |