Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::ReleaseRenderEvent (v0.19.0)

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

Payload proto for "clouddeploy.googleapis.com/release_render" Platform Log event that describes the render status change.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message

def message() -> ::String
Returns
  • (::String) — Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
Returns
  • (::String) — Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.

#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_uid is not in this log message because we write some of these log messages at release creation time, before we've generated the uid.

#release=

def release=(value) -> ::String
Parameter
  • value (::String) — The name of the release. release_uid is not in this log message because we write some of these log messages at release creation time, before we've generated the uid.
Returns
  • (::String) — The name of the release. release_uid is not in this log message because we write some of these log messages at release creation time, before we've generated the uid.

#release_render_state

def release_render_state() -> ::Google::Cloud::Deploy::V1::Release::RenderState
Returns

#release_render_state=

def release_render_state=(value) -> ::Google::Cloud::Deploy::V1::Release::RenderState
Parameter
Returns

#type

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

#type=

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