Show / Hide Table of Contents

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
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class RolloutNotificationEvent : 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 notification fails to send.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

PipelineUid

Unique identifier of the DeliveryPipeline.

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.

Declaration
[JsonProperty("rollout")]
public virtual string Rollout { get; set; }
Property Value
Type Description
string

RolloutUid

Unique identifier of the Rollout.

Declaration
[JsonProperty("rolloutUid")]
public virtual string RolloutUid { get; set; }
Property Value
Type Description
string

TargetId

ID of the Target that the rollout is deployed to.

Declaration
[JsonProperty("targetId")]
public virtual string TargetId { get; set; }
Property Value
Type Description
string

Type

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

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX