Class: Google::Cloud::Deploy::V1::DeliveryPipelineNotificationEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeliveryPipelineNotificationEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/deliverypipeline_notification_payload.rb
Overview
Payload proto for "clouddeploy.googleapis.com/deliverypipeline_notification" Platform Log event that describes the failure to send delivery pipeline status change Pub/Sub notification.
Instance Attribute Summary collapse
-
#delivery_pipeline ⇒ ::String
The name of the
Delivery Pipeline
. -
#message ⇒ ::String
Debug message for when a notification fails to send.
-
#pipeline_uid ⇒ ::String
Unique identifier of the
DeliveryPipeline
. -
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Type of this notification, e.g.
Instance Attribute Details
#delivery_pipeline ⇒ ::String
Returns The name of the Delivery Pipeline
.
39 40 41 42 |
# File 'proto_docs/google/cloud/deploy/v1/deliverypipeline_notification_payload.rb', line 39 class DeliveryPipelineNotificationEvent 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/deliverypipeline_notification_payload.rb', line 39 class DeliveryPipelineNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline_uid ⇒ ::String
Returns Unique identifier of the DeliveryPipeline
.
39 40 41 42 |
# File 'proto_docs/google/cloud/deploy/v1/deliverypipeline_notification_payload.rb', line 39 class DeliveryPipelineNotificationEvent 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/deliverypipeline_notification_payload.rb', line 39 class DeliveryPipelineNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |