Google Cloud Deploy V1 Client - Class RolloutUpdateEvent (0.14.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
NameDescription
data array

Optional. Data for populating the Message object.

↳ pipeline_uid string

Unique identifier of the pipeline.

↳ release_uid string

Unique identifier of the release.

↳ rollout string

The name of the rollout.

↳ target_id string

ID of the target.

↳ rollout_update_type int

The type of the rollout update.

↳ message string

Debug message for when a rollout update event occurs.

↳ type int

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

getPipelineUid

Unique identifier of the pipeline.

Returns
TypeDescription
string

setPipelineUid

Unique identifier of the pipeline.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReleaseUid

Unique identifier of the release.

Returns
TypeDescription
string

setReleaseUid

Unique identifier of the release.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRollout

The name of the rollout.

Returns
TypeDescription
string

setRollout

The name of the rollout.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTargetId

ID of the target.

Returns
TypeDescription
string

setTargetId

ID of the target.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRolloutUpdateType

The type of the rollout update.

Returns
TypeDescription
int

setRolloutUpdateType

The type of the rollout update.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMessage

Debug message for when a rollout update event occurs.

Returns
TypeDescription
string

setMessage

Debug message for when a rollout update event occurs.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getType

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

Returns
TypeDescription
int

setType

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

Parameter
NameDescription
var int
Returns
TypeDescription
$this