Google Cloud Deploy V1 Client - Class RolloutUpdateEvent (0.18.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class RolloutUpdateEvent.

Payload proto for "clouddeploy.googleapis.com/rollout_update" Platform Log event that describes the rollout update event.

Generated from protobuf message google.cloud.deploy.v1.RolloutUpdateEvent

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ message string

Debug message for when a rollout update event occurs.

↳ pipeline_uid string

Unique identifier of the pipeline.

↳ release_uid string

Unique identifier of the release.

↳ release string

The name of the Release.

↳ rollout string

The name of the rollout. rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.

↳ target_id string

ID of the target.

↳ type int

Type of this notification, e.g. for a rollout update event.

↳ rollout_update_type int

The type of the rollout update.

getMessage

Debug message for when a rollout update event occurs.

Returns
Type Description
string

setMessage

Debug message for when a rollout update event occurs.

Parameter
Name Description
var string
Returns
Type Description
$this

getPipelineUid

Unique identifier of the pipeline.

Returns
Type Description
string

setPipelineUid

Unique identifier of the pipeline.

Parameter
Name Description
var string
Returns
Type Description
$this

getReleaseUid

Unique identifier of the release.

Returns
Type Description
string

setReleaseUid

Unique identifier of the release.

Parameter
Name Description
var string
Returns
Type Description
$this

getRelease

The name of the Release.

Returns
Type Description
string

setRelease

The name of the Release.

Parameter
Name Description
var string
Returns
Type Description
$this

getRollout

The name of the rollout.

rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.

Returns
Type Description
string

setRollout

The name of the rollout.

rollout_uid is not in this log message because we write some of these log messages at rollout creation time, before we've generated the uid.

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetId

ID of the target.

Returns
Type Description
string

setTargetId

ID of the target.

Parameter
Name Description
var string
Returns
Type Description
$this

getType

Type of this notification, e.g. for a rollout update event.

Returns
Type Description
int

setType

Type of this notification, e.g. for a rollout update event.

Parameter
Name Description
var int
Returns
Type Description
$this

getRolloutUpdateType

The type of the rollout update.

Returns
Type Description
int

setRolloutUpdateType

The type of the rollout update.

Parameter
Name Description
var int
Returns
Type Description
$this