Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::JobRunNotificationEvent (v0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::JobRunNotificationEvent.

Payload proto for "clouddeploy.googleapis.com/jobrun_notification" Platform Log event that describes the failure to send JobRun resource update Pub/Sub notification.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#job_run

def job_run() -> ::String
Returns
  • (::String) — The name of the JobRun.

#job_run=

def job_run=(value) -> ::String
Parameter
  • value (::String) — The name of the JobRun.
Returns
  • (::String) — The name of the JobRun.

#message

def message() -> ::String
Returns
  • (::String) — Debug message for when a notification fails to send.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Debug message for when a notification fails to send.
Returns
  • (::String) — Debug message for when a notification fails to send.

#pipeline_uid

def pipeline_uid() -> ::String
Returns
  • (::String) — Unique identifier of the DeliveryPipeline.

#pipeline_uid=

def pipeline_uid=(value) -> ::String
Parameter
  • value (::String) — Unique identifier of the DeliveryPipeline.
Returns
  • (::String) — Unique identifier of the DeliveryPipeline.

#release_uid

def release_uid() -> ::String
Returns
  • (::String) — Unique identifier of the Release.

#release_uid=

def release_uid=(value) -> ::String
Parameter
  • value (::String) — Unique identifier of the Release.
Returns
  • (::String) — Unique identifier of the Release.

#rollout_uid

def rollout_uid() -> ::String
Returns
  • (::String) — Unique identifier of the Rollout.

#rollout_uid=

def rollout_uid=(value) -> ::String
Parameter
  • value (::String) — Unique identifier of the Rollout.
Returns
  • (::String) — Unique identifier of the Rollout.

#target_id

def target_id() -> ::String
Returns
  • (::String) — ID of the Target.

#target_id=

def target_id=(value) -> ::String
Parameter
  • value (::String) — ID of the Target.
Returns
  • (::String) — ID of the Target.

#type

def type() -> ::Google::Cloud::Deploy::V1::Type
Returns

#type=

def type=(value) -> ::Google::Cloud::Deploy::V1::Type
Parameter
Returns