Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::ReleaseNotificationEvent (v0.18.0)

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

Payload proto for "clouddeploy.googleapis.com/release_notification" Platform Log event that describes the failure to send release status change Pub/Sub notification.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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

def release() -> ::String
Returns
  • (::String) — The name of the Release.

#release=

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

#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.

#type

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

#type=

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