public interface ReleaseNotificationEventOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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`.
|
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 getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 4;com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 4;String getReleaseUid()
Unique identifier of the `Release`.
string release_uid = 5;com.google.protobuf.ByteString getReleaseUidBytes()
Unique identifier of the `Release`.
string release_uid = 5;String getRelease()
The name of the `Release`.
string release = 2;com.google.protobuf.ByteString getReleaseBytes()
The name of the `Release`.
string release = 2;int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 3;Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 3;Copyright © 2024 Google LLC. All rights reserved.