Google Cloud Deploy V1 Client - Class ReleaseRenderEvent (0.7.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

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.

↳ release string

The name of the Release.

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

getRelease

The name of the Release.

Returns
TypeDescription
string

setRelease

The name of the Release.

Parameter
NameDescription
var string
Returns
TypeDescription
$this