Class: Google::Cloud::Deploy::V1::TargetNotificationEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TargetNotificationEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/target_notification_payload.rb
Overview
Payload proto for "clouddeploy.googleapis.com/target_notification" Platform Log event that describes the failure to send target status change Pub/Sub notification.
Instance Attribute Summary collapse
-
#message ⇒ ::String
Debug message for when a notification fails to send.
-
#target ⇒ ::String
The name of the
Target
. -
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Type of this notification, e.g.
Instance Attribute Details
#message ⇒ ::String
Returns Debug message for when a notification fails to send.
36 37 38 39 |
# File 'proto_docs/google/cloud/deploy/v1/target_notification_payload.rb', line 36 class TargetNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns The name of the Target
.
36 37 38 39 |
# File 'proto_docs/google/cloud/deploy/v1/target_notification_payload.rb', line 36 class TargetNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Returns Type of this notification, e.g. for a Pub/Sub failure.
36 37 38 39 |
# File 'proto_docs/google/cloud/deploy/v1/target_notification_payload.rb', line 36 class TargetNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |