Package com.google.cloud.deploy.v1
Class RolloutNotificationEvent.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
- com.google.cloud.deploy.v1.RolloutNotificationEvent.Builder
-
- All Implemented Interfaces:
RolloutNotificationEventOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- RolloutNotificationEvent
public static final class RolloutNotificationEvent.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder> implements RolloutNotificationEventOrBuilder
Payload proto for "clouddeploy.googleapis.com/rollout_notification" Platform Log event that describes the failure to send rollout status change Pub/Sub notification.
Protobuf typegoogle.cloud.deploy.v1.RolloutNotificationEvent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RolloutNotificationEvent.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RolloutNotificationEventbuild()RolloutNotificationEventbuildPartial()RolloutNotificationEvent.Builderclear()RolloutNotificationEvent.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)RolloutNotificationEvent.BuilderclearMessage()Debug message for when a notification fails to send.RolloutNotificationEvent.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)RolloutNotificationEvent.BuilderclearPipelineUid()Unique identifier of the `DeliveryPipeline`.RolloutNotificationEvent.BuilderclearReleaseUid()Unique identifier of the `Release`.RolloutNotificationEvent.BuilderclearRollout()The name of the `Rollout`.RolloutNotificationEvent.BuilderclearTargetId()ID of the `Target` that the rollout is deployed to.RolloutNotificationEvent.BuilderclearType()Type of this notification, e.g.RolloutNotificationEvent.Builderclone()RolloutNotificationEventgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()RolloutNotificationEvent.BuildermergeFrom(RolloutNotificationEvent other)RolloutNotificationEvent.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RolloutNotificationEvent.BuildermergeFrom(com.google.protobuf.Message other)RolloutNotificationEvent.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)RolloutNotificationEvent.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RolloutNotificationEvent.BuildersetMessage(String value)Debug message for when a notification fails to send.RolloutNotificationEvent.BuildersetMessageBytes(com.google.protobuf.ByteString value)Debug message for when a notification fails to send.RolloutNotificationEvent.BuildersetPipelineUid(String value)Unique identifier of the `DeliveryPipeline`.RolloutNotificationEvent.BuildersetPipelineUidBytes(com.google.protobuf.ByteString value)Unique identifier of the `DeliveryPipeline`.RolloutNotificationEvent.BuildersetReleaseUid(String value)Unique identifier of the `Release`.RolloutNotificationEvent.BuildersetReleaseUidBytes(com.google.protobuf.ByteString value)Unique identifier of the `Release`.RolloutNotificationEvent.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)RolloutNotificationEvent.BuildersetRollout(String value)The name of the `Rollout`.RolloutNotificationEvent.BuildersetRolloutBytes(com.google.protobuf.ByteString value)The name of the `Rollout`.RolloutNotificationEvent.BuildersetTargetId(String value)ID of the `Target` that the rollout is deployed to.RolloutNotificationEvent.BuildersetTargetIdBytes(com.google.protobuf.ByteString value)ID of the `Target` that the rollout is deployed to.RolloutNotificationEvent.BuildersetType(Type value)Type of this notification, e.g.RolloutNotificationEvent.BuildersetTypeValue(int value)Type of this notification, e.g.RolloutNotificationEvent.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
clear
public RolloutNotificationEvent.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
getDefaultInstanceForType
public RolloutNotificationEvent getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public RolloutNotificationEvent build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public RolloutNotificationEvent buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public RolloutNotificationEvent.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
setField
public RolloutNotificationEvent.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
clearField
public RolloutNotificationEvent.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
clearOneof
public RolloutNotificationEvent.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
setRepeatedField
public RolloutNotificationEvent.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
addRepeatedField
public RolloutNotificationEvent.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
mergeFrom
public RolloutNotificationEvent.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RolloutNotificationEvent.Builder>
-
mergeFrom
public RolloutNotificationEvent.Builder mergeFrom(RolloutNotificationEvent other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
mergeFrom
public RolloutNotificationEvent.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<RolloutNotificationEvent.Builder>- Throws:
IOException
-
getMessage
public String getMessage()
Debug message for when a notification fails to send.
string message = 1;- Specified by:
getMessagein interfaceRolloutNotificationEventOrBuilder- Returns:
- The message.
-
getMessageBytes
public com.google.protobuf.ByteString getMessageBytes()
Debug message for when a notification fails to send.
string message = 1;- Specified by:
getMessageBytesin interfaceRolloutNotificationEventOrBuilder- Returns:
- The bytes for message.
-
setMessage
public RolloutNotificationEvent.Builder setMessage(String value)
Debug message for when a notification fails to send.
string message = 1;- Parameters:
value- The message to set.- Returns:
- This builder for chaining.
-
clearMessage
public RolloutNotificationEvent.Builder clearMessage()
Debug message for when a notification fails to send.
string message = 1;- Returns:
- This builder for chaining.
-
setMessageBytes
public RolloutNotificationEvent.Builder setMessageBytes(com.google.protobuf.ByteString value)
Debug message for when a notification fails to send.
string message = 1;- Parameters:
value- The bytes for message to set.- Returns:
- This builder for chaining.
-
getPipelineUid
public String getPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Specified by:
getPipelineUidin interfaceRolloutNotificationEventOrBuilder- Returns:
- The pipelineUid.
-
getPipelineUidBytes
public com.google.protobuf.ByteString getPipelineUidBytes()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Specified by:
getPipelineUidBytesin interfaceRolloutNotificationEventOrBuilder- Returns:
- The bytes for pipelineUid.
-
setPipelineUid
public RolloutNotificationEvent.Builder setPipelineUid(String value)
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Parameters:
value- The pipelineUid to set.- Returns:
- This builder for chaining.
-
clearPipelineUid
public RolloutNotificationEvent.Builder clearPipelineUid()
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Returns:
- This builder for chaining.
-
setPipelineUidBytes
public RolloutNotificationEvent.Builder setPipelineUidBytes(com.google.protobuf.ByteString value)
Unique identifier of the `DeliveryPipeline`.
string pipeline_uid = 2;- Parameters:
value- The bytes for pipelineUid to set.- Returns:
- This builder for chaining.
-
getReleaseUid
public String getReleaseUid()
Unique identifier of the `Release`.
string release_uid = 3;- Specified by:
getReleaseUidin interfaceRolloutNotificationEventOrBuilder- Returns:
- The releaseUid.
-
getReleaseUidBytes
public com.google.protobuf.ByteString getReleaseUidBytes()
Unique identifier of the `Release`.
string release_uid = 3;- Specified by:
getReleaseUidBytesin interfaceRolloutNotificationEventOrBuilder- Returns:
- The bytes for releaseUid.
-
setReleaseUid
public RolloutNotificationEvent.Builder setReleaseUid(String value)
Unique identifier of the `Release`.
string release_uid = 3;- Parameters:
value- The releaseUid to set.- Returns:
- This builder for chaining.
-
clearReleaseUid
public RolloutNotificationEvent.Builder clearReleaseUid()
Unique identifier of the `Release`.
string release_uid = 3;- Returns:
- This builder for chaining.
-
setReleaseUidBytes
public RolloutNotificationEvent.Builder setReleaseUidBytes(com.google.protobuf.ByteString value)
Unique identifier of the `Release`.
string release_uid = 3;- Parameters:
value- The bytes for releaseUid to set.- Returns:
- This builder for chaining.
-
getRollout
public String getRollout()
The name of the `Rollout`.
string rollout = 4;- Specified by:
getRolloutin interfaceRolloutNotificationEventOrBuilder- Returns:
- The rollout.
-
getRolloutBytes
public com.google.protobuf.ByteString getRolloutBytes()
The name of the `Rollout`.
string rollout = 4;- Specified by:
getRolloutBytesin interfaceRolloutNotificationEventOrBuilder- Returns:
- The bytes for rollout.
-
setRollout
public RolloutNotificationEvent.Builder setRollout(String value)
The name of the `Rollout`.
string rollout = 4;- Parameters:
value- The rollout to set.- Returns:
- This builder for chaining.
-
clearRollout
public RolloutNotificationEvent.Builder clearRollout()
The name of the `Rollout`.
string rollout = 4;- Returns:
- This builder for chaining.
-
setRolloutBytes
public RolloutNotificationEvent.Builder setRolloutBytes(com.google.protobuf.ByteString value)
The name of the `Rollout`.
string rollout = 4;- Parameters:
value- The bytes for rollout to set.- Returns:
- This builder for chaining.
-
getTypeValue
public int getTypeValue()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 5;- Specified by:
getTypeValuein interfaceRolloutNotificationEventOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public RolloutNotificationEvent.Builder setTypeValue(int value)
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 5;- Parameters:
value- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
getType
public Type getType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 5;- Specified by:
getTypein interfaceRolloutNotificationEventOrBuilder- Returns:
- The type.
-
setType
public RolloutNotificationEvent.Builder setType(Type value)
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 5;- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public RolloutNotificationEvent.Builder clearType()
Type of this notification, e.g. for a Pub/Sub failure.
.google.cloud.deploy.v1.Type type = 5;- Returns:
- This builder for chaining.
-
getTargetId
public String getTargetId()
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Specified by:
getTargetIdin interfaceRolloutNotificationEventOrBuilder- Returns:
- The targetId.
-
getTargetIdBytes
public com.google.protobuf.ByteString getTargetIdBytes()
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Specified by:
getTargetIdBytesin interfaceRolloutNotificationEventOrBuilder- Returns:
- The bytes for targetId.
-
setTargetId
public RolloutNotificationEvent.Builder setTargetId(String value)
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Parameters:
value- The targetId to set.- Returns:
- This builder for chaining.
-
clearTargetId
public RolloutNotificationEvent.Builder clearTargetId()
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Returns:
- This builder for chaining.
-
setTargetIdBytes
public RolloutNotificationEvent.Builder setTargetIdBytes(com.google.protobuf.ByteString value)
ID of the `Target` that the rollout is deployed to.
string target_id = 6;- Parameters:
value- The bytes for targetId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final RolloutNotificationEvent.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
mergeUnknownFields
public final RolloutNotificationEvent.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
-
-