Class: Google::Cloud::Deploy::V1::JobRunNotificationEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::JobRunNotificationEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb
Overview
Payload proto for "clouddeploy.googleapis.com/jobrun_notification" Platform Log event that describes the failure to send JobRun resource update Pub/Sub notification.
Instance Attribute Summary collapse
-
#job_run ⇒ ::String
The name of the
JobRun
. -
#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
. -
#rollout ⇒ ::String
The name of the
Rollout
. -
#rollout_uid ⇒ ::String
Unique identifier of the
Rollout
. -
#target_id ⇒ ::String
ID of the
Target
. -
#type ⇒ ::Google::Cloud::Deploy::V1::Type
Type of this notification, e.g.
Instance Attribute Details
#job_run ⇒ ::String
Returns The name of the JobRun
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message ⇒ ::String
Returns Debug message for when a notification fails to send.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pipeline_uid ⇒ ::String
Returns Unique identifier of the DeliveryPipeline
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release ⇒ ::String
Returns The name of the Release
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#release_uid ⇒ ::String
Returns Unique identifier of the Release
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout ⇒ ::String
Returns The name of the Rollout
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rollout_uid ⇒ ::String
Returns Unique identifier of the Rollout
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_id ⇒ ::String
Returns ID of the Target
.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent 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.
54 55 56 57 |
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 54 class JobRunNotificationEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |