Package com.google.cloud.deploy.v1
Interface TargetNotificationEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TargetNotificationEvent,TargetNotificationEvent.Builder
public interface TargetNotificationEventOrBuilder 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.StringgetTarget()The name of the `Target`.com.google.protobuf.ByteStringgetTargetBytes()The name of the `Target`.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.
-
getTarget
String getTarget()
The name of the `Target`.
string target = 2;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
The name of the `Target`.
string target = 2;- Returns:
- The bytes for target.
-
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.
-
-