RolloutUpdateEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Payload proto for "clouddeploy.googleapis.com/rollout_update" Platform Log event that describes the rollout update event.
Attributes |
|
---|---|
Name | Description |
message |
str
Debug message for when a rollout update event occurs. |
pipeline_uid |
str
Unique identifier of the pipeline. |
release_uid |
str
Unique identifier of the release. |
release |
str
The name of the Release .
|
rollout |
str
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 |
str
ID of the target. |
type_ |
google.cloud.deploy_v1.types.Type
Type of this notification, e.g. for a rollout update event. |
rollout_update_type |
google.cloud.deploy_v1.types.RolloutUpdateEvent.RolloutUpdateType
The type of the rollout update. |
Classes
RolloutUpdateType
RolloutUpdateType(value)
RolloutUpdateType indicates the type of the rollout update.