Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RolloutNotificationEvent (v0.3.0)

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

Payload proto for "clouddeploy.googleapis.com/rollout_notification" Platform Log event that describes the failure to send rollout 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_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

def rollout() -> ::String
Returns
  • (::String) — The name of the Rollout.

#rollout=

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

#target_id

def target_id() -> ::String
Returns
  • (::String) — ID of the Target that the rollout is deployed to.

#target_id=

def target_id=(value) -> ::String
Parameter
  • value (::String) — ID of the Target that the rollout is deployed to.
Returns
  • (::String) — ID of the Target that the rollout is deployed to.

#type

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

#type=

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