Google Cloud Deploy v1 API - Class RolloutNotificationEvent (2.15.0)

public sealed class RolloutNotificationEvent : IMessage<RolloutNotificationEvent>, IEquatable<RolloutNotificationEvent>, IDeepCloneable<RolloutNotificationEvent>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class RolloutNotificationEvent.

Payload proto for "clouddeploy.googleapis.com/rollout_notification" Platform Log event that describes the failure to send rollout status change Pub/Sub notification.

Inheritance

object > RolloutNotificationEvent

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

RolloutNotificationEvent()

public RolloutNotificationEvent()

RolloutNotificationEvent(RolloutNotificationEvent)

public RolloutNotificationEvent(RolloutNotificationEvent other)
Parameter
NameDescription
otherRolloutNotificationEvent

Properties

Message

public string Message { get; set; }

Debug message for when a notification fails to send.

Property Value
TypeDescription
string

PipelineUid

public string PipelineUid { get; set; }

Unique identifier of the DeliveryPipeline.

Property Value
TypeDescription
string

Release

public string Release { get; set; }

The name of the Release.

Property Value
TypeDescription
string

ReleaseUid

public string ReleaseUid { get; set; }

Unique identifier of the Release.

Property Value
TypeDescription
string

Rollout

public string Rollout { get; set; }

The name of the Rollout.

Property Value
TypeDescription
string

RolloutUid

public string RolloutUid { get; set; }

Unique identifier of the Rollout.

Property Value
TypeDescription
string

TargetId

public string TargetId { get; set; }

ID of the Target that the rollout is deployed to.

Property Value
TypeDescription
string

Type

public Type Type { get; set; }

Type of this notification, e.g. for a Pub/Sub failure.

Property Value
TypeDescription
Type