public interface JobRunNotificationEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobRun()
The name of the `JobRun`.
|
com.google.protobuf.ByteString |
getJobRunBytes()
The name of the `JobRun`.
|
String |
getMessage()
Debug message for when a notification fails to send.
|
com.google.protobuf.ByteString |
getMessageBytes()
Debug message for when a notification fails to send.
|
String |
getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
|
com.google.protobuf.ByteString |
getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
|
String |
getRelease()
The name of the `Release`.
|
com.google.protobuf.ByteString |
getReleaseBytes()
The name of the `Release`.
|
String |
getReleaseUid()
Unique identifier of the `Release`.
|
com.google.protobuf.ByteString |
getReleaseUidBytes()
Unique identifier of the `Release`.
|
String |
getRollout()
The name of the `Rollout`.
|
com.google.protobuf.ByteString |
getRolloutBytes()
The name of the `Rollout`.
|
String |
getRolloutUid()
Unique identifier of the `Rollout`.
|
com.google.protobuf.ByteString |
getRolloutUidBytes()
Unique identifier of the `Rollout`.
|
String |
getTargetId()
ID of the `Target`.
|
com.google.protobuf.ByteString |
getTargetIdBytes()
ID of the `Target`.
|
Type |
getType()
Type of this notification, e.g.
|
int |
getTypeValue()
Type of this notification, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMessage()
Debug message for when a notification fails to send.
string message = 1;com.google.protobuf.ByteString getMessageBytes()
Debug message for when a notification fails to send.
string message = 1;String getJobRun()
The name of the `JobRun`.
string job_run = 2;com.google.protobuf.ByteString getJobRunBytes()
The name of the `JobRun`.
string job_run = 2;String getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 3;com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 3;String getReleaseUid()
Unique identifier of the `Release`.
string release_uid = 4;com.google.protobuf.ByteString getReleaseUidBytes()
Unique identifier of the `Release`.
string release_uid = 4;String getRelease()
The name of the `Release`.
string release = 8;com.google.protobuf.ByteString getReleaseBytes()
The name of the `Release`.
string release = 8;String getRolloutUid()
Unique identifier of the `Rollout`.
string rollout_uid = 5;com.google.protobuf.ByteString getRolloutUidBytes()
Unique identifier of the `Rollout`.
string rollout_uid = 5;String getRollout()
The name of the `Rollout`.
string rollout = 9;com.google.protobuf.ByteString getRolloutBytes()
The name of the `Rollout`.
string rollout = 9;String getTargetId()
ID of the `Target`.
string target_id = 6;com.google.protobuf.ByteString getTargetIdBytes()
ID of the `Target`.
string target_id = 6;int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 7;Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 7;Copyright © 2024 Google LLC. All rights reserved.