Class: Google::Cloud::Deploy::V1::ReleaseNotificationEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::ReleaseNotificationEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/release_notification_payload.rb
Overview
Payload proto for "clouddeploy.googleapis.com/release_notification" Platform Log event that describes the failure to send release status change Pub/Sub notification.
Instance Attribute Summary collapse
-
#message ⇒ ::String
Debug message for when a notification fails to send.
-
#pipeline_uid ⇒ ::String
Unique identifier of the
DeliveryPipeline
. -
#release ⇒ ::String
The name of the
Release
. -
#release_uid ⇒ ::String
Unique identifier of the
Release
. -
#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.
42 43 44 45 |
# File 'proto_docs/google/cloud/deploy/v1/release_notification_payload.rb', line 42 class ReleaseNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline_uid ⇒ ::String
Returns Unique identifier of the DeliveryPipeline
.
42 43 44 45 |
# File 'proto_docs/google/cloud/deploy/v1/release_notification_payload.rb', line 42 class ReleaseNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release ⇒ ::String
Returns The name of the Release
.
42 43 44 45 |
# File 'proto_docs/google/cloud/deploy/v1/release_notification_payload.rb', line 42 class ReleaseNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_uid ⇒ ::String
Returns Unique identifier of the Release
.
42 43 44 45 |
# File 'proto_docs/google/cloud/deploy/v1/release_notification_payload.rb', line 42 class ReleaseNotificationEvent 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.
42 43 44 45 |
# File 'proto_docs/google/cloud/deploy/v1/release_notification_payload.rb', line 42 class ReleaseNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |