Package com.google.cloud.deploy.v1
Interface RolloutNotificationEventOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RolloutNotificationEvent,RolloutNotificationEvent.Builder
public interface RolloutNotificationEventOrBuilder 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.StringgetPipelineUid()Unique identifier of the `DeliveryPipeline`.com.google.protobuf.ByteStringgetPipelineUidBytes()Unique identifier of the `DeliveryPipeline`.StringgetReleaseUid()Unique identifier of the `Release`.com.google.protobuf.ByteStringgetReleaseUidBytes()Unique identifier of the `Release`.StringgetRollout()The name of the `Rollout`.com.google.protobuf.ByteStringgetRolloutBytes()The name of the `Rollout`.StringgetTargetId()ID of the `Target` that the rollout is deployed to.com.google.protobuf.ByteStringgetTargetIdBytes()ID of the `Target` that the rollout is deployed to.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.
-
getPipelineUid
String getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Returns:
- The pipelineUid.
-
getPipelineUidBytes
com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Returns:
- The bytes for pipelineUid.
-
getReleaseUid
String getReleaseUid()
Unique identifier of the `Release`.
string release_uid = 3;- Returns:
- The releaseUid.
-
getReleaseUidBytes
com.google.protobuf.ByteString getReleaseUidBytes()
Unique identifier of the `Release`.
string release_uid = 3;- Returns:
- The bytes for releaseUid.
-
getRollout
String getRollout()
The name of the `Rollout`.
string rollout = 4;- Returns:
- The rollout.
-
getRolloutBytes
com.google.protobuf.ByteString getRolloutBytes()
The name of the `Rollout`.
string rollout = 4;- Returns:
- The bytes for rollout.
-
getTypeValue
int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 5;- 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 = 5;- Returns:
- The type.
-
getTargetId
String getTargetId()
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Returns:
- The targetId.
-
getTargetIdBytes
com.google.protobuf.ByteString getTargetIdBytes()
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Returns:
- The bytes for targetId.
-
-