Reference documentation and code samples for the Google Cloud Deploy V1 Client class ReleaseRenderEvent.
Payload proto for "clouddeploy.googleapis.com/release_render" Platform Log event that describes the render status change.
Generated from protobuf message google.cloud.deploy.v1.ReleaseRenderEvent
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ message
string
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
↳ pipeline_uid
string
Unique identifier of the DeliveryPipeline
.
↳ release
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.
↳ type
int
Type of this notification, e.g. for a release render state change event.
↳ release_render_state
int
The state of the release render.
getMessage
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
string
setMessage
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
var
string
$this
getPipelineUid
Unique identifier of the DeliveryPipeline
.
string
setPipelineUid
Unique identifier of the DeliveryPipeline
.
var
string
$this
getRelease
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.
string
setRelease
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.
var
string
$this
getType
Type of this notification, e.g. for a release render state change event.
int
setType
Type of this notification, e.g. for a release render state change event.
var
int
$this
getReleaseRenderState
The state of the release render.
int
setReleaseRenderState
The state of the release render.
var
int
$this