Google Cloud Deploy V1 Client - Class ReleaseRenderEvent (0.17.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
string

setMessage

Debug message for when a render transition occurs. Provides further details as rendering progresses through render states.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPipelineUid

Unique identifier of the DeliveryPipeline.

Returns
TypeDescription
string

setPipelineUid

Unique identifier of the DeliveryPipeline.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getType

Type of this notification, e.g. for a release render state change event.

Returns
TypeDescription
int

setType

Type of this notification, e.g. for a release render state change event.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getReleaseRenderState

The state of the release render.

Returns
TypeDescription
int

setReleaseRenderState

The state of the release render.

Parameter
NameDescription
var int
Returns
TypeDescription
$this