Package com.google.cloud.deploy.v1
Interface ReleaseNotificationEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReleaseNotificationEvent,ReleaseNotificationEvent.Builder
public interface ReleaseNotificationEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()Debug message for when a notification fails to send.com.google.protobuf.ByteStringgetMessageBytes()Debug message for when a notification fails to send.StringgetRelease()The name of the `Release`.com.google.protobuf.ByteStringgetReleaseBytes()The name of the `Release`.TypegetType()Type of this notification, e.g.intgetTypeValue()Type of this notification, e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMessage
String getMessage()
Debug message for when a notification fails to send.
string message = 1;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()
Debug message for when a notification fails to send.
string message = 1;- Returns:
- The bytes for message.
-
getRelease
String getRelease()
The name of the `Release`.
string release = 2;- Returns:
- The release.
-
getReleaseBytes
com.google.protobuf.ByteString getReleaseBytes()
The name of the `Release`.
string release = 2;- Returns:
- The bytes for release.
-
getTypeValue
int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 3;- Returns:
- The enum numeric value on the wire for type.
-
getType
Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 3;- Returns:
- The type.
-
-