Class: Google::Cloud::Deploy::V1::DeployPolicyNotificationEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::DeployPolicyNotificationEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/deploypolicy_notification_payload.rb
Overview
Payload proto for "clouddeploy.googleapis.com/deploypolicy_notification". Platform Log event that describes the failure to send a pub/sub notification when there is a DeployPolicy status change.
Instance Attribute Summary collapse
-
#deploy_policy ⇒ ::String
The name of the
DeployPolicy
. -
#deploy_policy_uid ⇒ ::String
Unique identifier of the deploy policy.
-
#message ⇒ ::String
Debug message for when a deploy policy fails to send a pub/sub notification.
-
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Type of this notification, e.g.
Instance Attribute Details
#deploy_policy ⇒ ::String
Returns The name of the DeployPolicy
.
40 41 42 43 |
# File 'proto_docs/google/cloud/deploy/v1/deploypolicy_notification_payload.rb', line 40 class DeployPolicyNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deploy_policy_uid ⇒ ::String
Returns Unique identifier of the deploy policy.
40 41 42 43 |
# File 'proto_docs/google/cloud/deploy/v1/deploypolicy_notification_payload.rb', line 40 class DeployPolicyNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Debug message for when a deploy policy fails to send a pub/sub notification.
40 41 42 43 |
# File 'proto_docs/google/cloud/deploy/v1/deploypolicy_notification_payload.rb', line 40 class DeployPolicyNotificationEvent 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.
40 41 42 43 |
# File 'proto_docs/google/cloud/deploy/v1/deploypolicy_notification_payload.rb', line 40 class DeployPolicyNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |