public sealed class JobRunNotificationEvent : IMessage<JobRunNotificationEvent>, IEquatable<JobRunNotificationEvent>, IDeepCloneable<JobRunNotificationEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class JobRunNotificationEvent.
Payload proto for "clouddeploy.googleapis.com/jobrun_notification" Platform Log event that describes the failure to send JobRun resource update Pub/Sub notification.
Implements
IMessageJobRunNotificationEvent, IEquatableJobRunNotificationEvent, IDeepCloneableJobRunNotificationEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
JobRunNotificationEvent()
public JobRunNotificationEvent()
JobRunNotificationEvent(JobRunNotificationEvent)
public JobRunNotificationEvent(JobRunNotificationEvent other)
Parameter | |
---|---|
Name | Description |
other | JobRunNotificationEvent |
Properties
JobRun
public string JobRun { get; set; }
The name of the JobRun
.
Property Value | |
---|---|
Type | Description |
string |
Message
public string Message { get; set; }
Debug message for when a notification fails to send.
Property Value | |
---|---|
Type | Description |
string |
PipelineUid
public string PipelineUid { get; set; }
Unique identifier of the DeliveryPipeline
.
Property Value | |
---|---|
Type | Description |
string |
Release
public string Release { get; set; }
The name of the Release
.
Property Value | |
---|---|
Type | Description |
string |
ReleaseUid
public string ReleaseUid { get; set; }
Unique identifier of the Release
.
Property Value | |
---|---|
Type | Description |
string |
Rollout
public string Rollout { get; set; }
The name of the Rollout
.
Property Value | |
---|---|
Type | Description |
string |
RolloutUid
public string RolloutUid { get; set; }
Unique identifier of the Rollout
.
Property Value | |
---|---|
Type | Description |
string |
TargetId
public string TargetId { get; set; }
ID of the Target
.
Property Value | |
---|---|
Type | Description |
string |
Type
public Type Type { get; set; }
Type of this notification, e.g. for a Pub/Sub failure.
Property Value | |
---|---|
Type | Description |
Type |