Class: Google::Cloud::Deploy::V1::DeployPolicyNotificationEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deploy_policy::String

Returns The name of the DeployPolicy.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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