Class RolloutUpdateEvent
Payload proto for "clouddeploy.googleapis.com/rollout_update" Platform Log event that describes the rollout update event.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RolloutUpdateEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
Debug message for when a rollout update event occurs.
Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineUid
Unique identifier of the pipeline.
Declaration
[JsonProperty("pipelineUid")]
public virtual string PipelineUid { get; set; }
Property Value
Type | Description |
---|---|
string |
Release
The name of the Release
.
Declaration
[JsonProperty("release")]
public virtual string Release { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseUid
Unique identifier of the release.
Declaration
[JsonProperty("releaseUid")]
public virtual string ReleaseUid { get; set; }
Property Value
Type | Description |
---|---|
string |
Rollout
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.
Declaration
[JsonProperty("rollout")]
public virtual string Rollout { get; set; }
Property Value
Type | Description |
---|---|
string |
RolloutUpdateType
The type of the rollout update.
Declaration
[JsonProperty("rolloutUpdateType")]
public virtual string RolloutUpdateType { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetId
ID of the target.
Declaration
[JsonProperty("targetId")]
public virtual string TargetId { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this notification, e.g. for a rollout update event.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |