Class 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 type google.cloud.deploy.v1.RolloutNotificationEvent
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
      • getDefaultInstanceForType

        public RolloutNotificationEvent getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public RolloutNotificationEvent build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public RolloutNotificationEvent buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public RolloutNotificationEvent.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
      • addRepeatedField

        public RolloutNotificationEvent.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.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:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RolloutNotificationEvent.Builder>
        Throws:
        IOException
      • getMessageBytes

        public com.google.protobuf.ByteString getMessageBytes()
         Debug message for when a notification fails to send.
         
        string message = 1;
        Specified by:
        getMessageBytes in interface RolloutNotificationEventOrBuilder
        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.
      • getPipelineUidBytes

        public com.google.protobuf.ByteString getPipelineUidBytes()
         Unique identifier of the `DeliveryPipeline`.
         
        string pipeline_uid = 2;
        Specified by:
        getPipelineUidBytes in interface RolloutNotificationEventOrBuilder
        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.
      • getReleaseUidBytes

        public com.google.protobuf.ByteString getReleaseUidBytes()
         Unique identifier of the `Release`.
         
        string release_uid = 3;
        Specified by:
        getReleaseUidBytes in interface RolloutNotificationEventOrBuilder
        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.
      • 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.
      • 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:
        getTypeValue in interface RolloutNotificationEventOrBuilder
        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.
      • 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.
      • getTargetIdBytes

        public com.google.protobuf.ByteString getTargetIdBytes()
         ID of the `Target` that the rollout is deployed to.
         
        string target_id = 6;
        Specified by:
        getTargetIdBytes in interface RolloutNotificationEventOrBuilder
        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:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>
      • mergeUnknownFields

        public final RolloutNotificationEvent.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RolloutNotificationEvent.Builder>