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
- (::Google::Cloud::Deploy::V1::Release::RenderState) — The state of the release render.
#release_render_state=
def release_render_state=(value) -> ::Google::Cloud::Deploy::V1::Release::RenderState
Parameter
- value (::Google::Cloud::Deploy::V1::Release::RenderState) — The state of the release render.
Returns
- (::Google::Cloud::Deploy::V1::Release::RenderState) — The state of the release render.
#type
def type() -> ::Google::Cloud::Deploy::V1::Type
Returns
- (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a release render state change event.
#type=
def type=(value) -> ::Google::Cloud::Deploy::V1::Type
Parameter
- value (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a release render state change event.
Returns
- (::Google::Cloud::Deploy::V1::Type) — Type of this notification, e.g. for a release render state change event.