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 |
getRelease()
The name of the `Release`.
|
com.google.protobuf.ByteString |
getReleaseBytes()
The name 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 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 © 2023 Google LLC. All rights reserved.