Class: Google::Cloud::Deploy::V1::JobRunNotificationEvent

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

Instance Attribute Details

#job_run::String

Returns The name of the JobRun.

Returns:

  • (::String)

    The name of the JobRun.



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

class JobRunNotificationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String

Returns Debug message for when a notification fails to send.

Returns:

  • (::String)

    Debug message for when a notification fails to send.



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

class JobRunNotificationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#pipeline_uid::String

Returns Unique identifier of the DeliveryPipeline.

Returns:

  • (::String)

    Unique identifier of the DeliveryPipeline.



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

class JobRunNotificationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#release_uid::String

Returns Unique identifier of the Release.

Returns:

  • (::String)

    Unique identifier of the Release.



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

class JobRunNotificationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rollout_uid::String

Returns Unique identifier of the Rollout.

Returns:

  • (::String)

    Unique identifier of the Rollout.



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

class JobRunNotificationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_id::String

Returns ID of the Target.

Returns:

  • (::String)

    ID of the Target.



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

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.

Returns:



48
49
50
51
# File 'proto_docs/google/cloud/deploy/v1/jobrun_notification_payload.rb', line 48

class JobRunNotificationEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end