Package com.google.cloud.deploy.v1
Interface DeliveryPipelineNotificationEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DeliveryPipelineNotificationEvent
,DeliveryPipelineNotificationEvent.Builder
public interface DeliveryPipelineNotificationEventOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDeliveryPipeline()
The name of the `Delivery Pipeline`.com.google.protobuf.ByteString
getDeliveryPipelineBytes()
The name of the `Delivery Pipeline`.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.Type
getType()
Type of this notification, e.g.int
getTypeValue()
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.
-
getDeliveryPipeline
String getDeliveryPipeline()
The name of the `Delivery Pipeline`.
string delivery_pipeline = 2;
- Returns:
- The deliveryPipeline.
-
getDeliveryPipelineBytes
com.google.protobuf.ByteString getDeliveryPipelineBytes()
The name of the `Delivery Pipeline`.
string delivery_pipeline = 2;
- Returns:
- The bytes for deliveryPipeline.
-
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.
-
-