Class DeploymentTransition.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DeploymentTransitionOrBuilder, java.lang.Cloneable
    Enclosing class:
    DeploymentTransition

    public static final class DeploymentTransition.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.Builder>
    implements DeploymentTransitionOrBuilder
     Holds information about ongoing transition of a workflow execution from one deployment to another.
     Deprecated. Use DeploymentVersionTransition.
     
    Protobuf type temporal.api.workflow.v1.DeploymentTransition
    • 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<DeploymentTransition.Builder>
      • clear

        public DeploymentTransition.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.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<DeploymentTransition.Builder>
      • getDefaultInstanceForType

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

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

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

        public DeploymentTransition.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.Builder>
      • setField

        public DeploymentTransition.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                     java.lang.Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.Builder>
      • clearField

        public DeploymentTransition.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.Builder>
      • clearOneof

        public DeploymentTransition.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.Builder>
      • setRepeatedField

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

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DeploymentTransition.Builder>
      • mergeFrom

        public DeploymentTransition.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.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<DeploymentTransition.Builder>
        Throws:
        java.io.IOException
      • hasDeployment

        public boolean hasDeployment()
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
        Specified by:
        hasDeployment in interface DeploymentTransitionOrBuilder
        Returns:
        Whether the deployment field is set.
      • getDeployment

        public Deployment getDeployment()
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
        Specified by:
        getDeployment in interface DeploymentTransitionOrBuilder
        Returns:
        The deployment.
      • setDeployment

        public DeploymentTransition.Builder setDeployment​(Deployment value)
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
      • setDeployment

        public DeploymentTransition.Builder setDeployment​(Deployment.Builder builderForValue)
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
      • mergeDeployment

        public DeploymentTransition.Builder mergeDeployment​(Deployment value)
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
      • clearDeployment

        public DeploymentTransition.Builder clearDeployment()
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
      • getDeploymentBuilder

        public Deployment.Builder getDeploymentBuilder()
         The target deployment of the transition. Null means a so-far-versioned workflow is
         transitioning to unversioned workers.
         
        .temporal.api.deployment.v1.Deployment deployment = 1;
      • setUnknownFields

        public final DeploymentTransition.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<DeploymentTransition.Builder>
      • mergeUnknownFields

        public final DeploymentTransition.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<DeploymentTransition.Builder>