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

↳ release string

The name of the release.

↳ 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

getRelease

The name of the release.

Returns
TypeDescription
string

setRelease

The name of the release.

Parameter
NameDescription
var string
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