Google Cloud Deploy V1 Client - Class DeliveryPipelineNotificationEvent (0.19.1)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class DeliveryPipelineNotificationEvent.

Payload proto for "clouddeploy.googleapis.com/deliverypipeline_notification" Platform Log event that describes the failure to send delivery pipeline status change Pub/Sub notification.

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

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 notification fails to send.

↳ pipeline_uid string

Unique identifier of the DeliveryPipeline.

↳ delivery_pipeline string

The name of the Delivery Pipeline.

↳ type int

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

getMessage

Debug message for when a notification fails to send.

Returns
Type Description
string

setMessage

Debug message for when a notification fails to send.

Parameter
Name Description
var string
Returns
Type Description
$this

getPipelineUid

Unique identifier of the DeliveryPipeline.

Returns
Type Description
string

setPipelineUid

Unique identifier of the DeliveryPipeline.

Parameter
Name Description
var string
Returns
Type Description
$this

getDeliveryPipeline

The name of the Delivery Pipeline.

Returns
Type Description
string

setDeliveryPipeline

The name of the Delivery Pipeline.

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