Reference documentation and code samples for the Google Cloud Deploy V1 Client class CustomTargetTypeNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/customtargettype_notification" Platform Log event that describes the failure to send a custom target type status change Pub/Sub notification.
Generated from protobuf message google.cloud.deploy.v1.CustomTargetTypeNotificationEvent
Namespace
Google \ Cloud \ Deploy \ V1Methods
__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. |
↳ custom_target_type_uid |
string
Unique identifier of the |
↳ custom_target_type |
string
The name of the |
↳ 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 |
getCustomTargetTypeUid
Unique identifier of the CustomTargetType
.
Returns | |
---|---|
Type | Description |
string |
setCustomTargetTypeUid
Unique identifier of the CustomTargetType
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCustomTargetType
The name of the CustomTargetType
.
Returns | |
---|---|
Type | Description |
string |
setCustomTargetType
The name of the CustomTargetType
.
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 |