Class: Google::Cloud::Deploy::V1::CustomTargetTypeNotificationEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CustomTargetTypeNotificationEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/customtargettype_notification_payload.rb
Overview
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.
Instance Attribute Summary collapse
-
#custom_target_type ⇒ ::String
The name of the
CustomTargetType
. -
#custom_target_type_uid ⇒ ::String
Unique identifier of the
CustomTargetType
. -
#message ⇒ ::String
Debug message for when a notification fails to send.
-
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Type of this notification, e.g.
Instance Attribute Details
#custom_target_type ⇒ ::String
Returns The name of the CustomTargetType
.
39 40 41 42 |
# File 'proto_docs/google/cloud/deploy/v1/customtargettype_notification_payload.rb', line 39 class CustomTargetTypeNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom_target_type_uid ⇒ ::String
Returns Unique identifier of the CustomTargetType
.
39 40 41 42 |
# File 'proto_docs/google/cloud/deploy/v1/customtargettype_notification_payload.rb', line 39 class CustomTargetTypeNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Debug message for when a notification fails to send.
39 40 41 42 |
# File 'proto_docs/google/cloud/deploy/v1/customtargettype_notification_payload.rb', line 39 class CustomTargetTypeNotificationEvent 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.
39 40 41 42 |
# File 'proto_docs/google/cloud/deploy/v1/customtargettype_notification_payload.rb', line 39 class CustomTargetTypeNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |