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 \ V1Methods
__construct
Constructor.
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.
string
setPipelineUid
Unique identifier of the pipeline.
var
string
$this
getReleaseUid
Unique identifier of the release.
string
setReleaseUid
Unique identifier of the release.
var
string
$this
getRollout
The name of the rollout.
string
setRollout
The name of the rollout.
var
string
$this
getTargetId
ID of the target.
string
setTargetId
ID of the target.
var
string
$this
getRolloutUpdateType
The type of the rollout update.
int
setRolloutUpdateType
The type of the rollout update.
var
int
$this
getMessage
Debug message for when a rollout update event occurs.
string
setMessage
Debug message for when a rollout update event occurs.
var
string
$this
getType
Type of this notification, e.g. for a rollout update event.
int
setType
Type of this notification, e.g. for a rollout update event.
var
int
$this