Google Cloud Deploy V1 Client - Class DeployPolicyNotificationEvent (2.0.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client 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.

Generated from protobuf message google.cloud.deploy.v1.DeployPolicyNotificationEvent

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ message string

Debug message for when a deploy policy fails to send a pub/sub notification.

↳ deploy_policy string

The name of the DeployPolicy.

↳ deploy_policy_uid string

Unique identifier of the deploy policy.

↳ type int

Type of this notification, e.g. for a Pub/Sub failure.

getMessage

Debug message for when a deploy policy fails to send a pub/sub notification.

Returns
Type Description
string

setMessage

Debug message for when a deploy policy fails to send a pub/sub notification.

Parameter
Name Description
var string
Returns
Type Description
$this

getDeployPolicy

The name of the DeployPolicy.

Returns
Type Description
string

setDeployPolicy

The name of the DeployPolicy.

Parameter
Name Description
var string
Returns
Type Description
$this

getDeployPolicyUid

Unique identifier of the deploy policy.

Returns
Type Description
string

setDeployPolicyUid

Unique identifier of the deploy policy.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

Type of this notification, e.g. for a Pub/Sub failure.

Returns
Type Description
int

setType

Type of this notification, e.g. for a Pub/Sub failure.

Parameter
Name Description
var int
Returns
Type Description
$this