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.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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.
Returns | |
---|---|
Type | Description |
string |
setMessage
Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPipelineUid
Unique identifier of the DeliveryPipeline
.
Returns | |
---|---|
Type | Description |
string |
setPipelineUid
Unique identifier of the DeliveryPipeline
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Type of this notification, e.g. for a release render state change event.
Returns | |
---|---|
Type | Description |
int |
setType
Type of this notification, e.g. for a release render state change event.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getReleaseRenderState
The state of the release render.
Returns | |
---|---|
Type | Description |
int |
setReleaseRenderState
The state of the release render.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |