public sealed class RolloutUpdateEvent : IMessage<RolloutUpdateEvent>, IEquatable<RolloutUpdateEvent>, IDeepCloneable<RolloutUpdateEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class RolloutUpdateEvent.
Payload proto for "clouddeploy.googleapis.com/rollout_update" Platform Log event that describes the rollout update event.
Implements
IMessage RolloutUpdateEvent , IEquatable RolloutUpdateEvent , IDeepCloneable RolloutUpdateEvent , IBufferMessage , IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
RolloutUpdateEvent()
public RolloutUpdateEvent()
RolloutUpdateEvent(RolloutUpdateEvent)
public RolloutUpdateEvent(RolloutUpdateEvent other)
Properties
Message
public string Message { get; set; }
Debug message for when a rollout update event occurs.
PipelineUid
public string PipelineUid { get; set; }
Unique identifier of the pipeline.
Release
public string Release { get; set; }
The name of the Release
.
ReleaseUid
public string ReleaseUid { get; set; }
Unique identifier of the release.
Rollout
public string Rollout { get; set; }
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.
RolloutUpdateType
public RolloutUpdateEvent.Types.RolloutUpdateType RolloutUpdateType { get; set; }
The type of the rollout update.
TargetId
public string TargetId { get; set; }
ID of the target.
Type
public Type Type { get; set; }
Type of this notification, e.g. for a rollout update event.