Class ReleaseRenderEvent (1.18.0)

ReleaseRenderEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
message str
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
pipeline_uid str
Unique identifier of the DeliveryPipeline.
release str
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.
type_ google.cloud.deploy_v1.types.Type
Type of this notification, e.g. for a release render state change event.
release_render_state google.cloud.deploy_v1.types.Release.RenderState
The state of the release render.