Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX