Class SetCurrentDeploymentResponse.Builder

    • 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<SetCurrentDeploymentResponse.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<SetCurrentDeploymentResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public SetCurrentDeploymentResponse.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<SetCurrentDeploymentResponse.Builder>
      • addRepeatedField

        public SetCurrentDeploymentResponse.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<SetCurrentDeploymentResponse.Builder>
      • isInitialized

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

        public SetCurrentDeploymentResponse.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<SetCurrentDeploymentResponse.Builder>
        Throws:
        java.io.IOException
      • getCurrentDeploymentInfoBuilder

        public DeploymentInfo.Builder getCurrentDeploymentInfoBuilder()
        .temporal.api.deployment.v1.DeploymentInfo current_deployment_info = 1;
      • hasPreviousDeploymentInfo

        public boolean hasPreviousDeploymentInfo()
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
        Specified by:
        hasPreviousDeploymentInfo in interface SetCurrentDeploymentResponseOrBuilder
        Returns:
        Whether the previousDeploymentInfo field is set.
      • setPreviousDeploymentInfo

        public SetCurrentDeploymentResponse.Builder setPreviousDeploymentInfo​(DeploymentInfo value)
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
      • mergePreviousDeploymentInfo

        public SetCurrentDeploymentResponse.Builder mergePreviousDeploymentInfo​(DeploymentInfo value)
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
      • clearPreviousDeploymentInfo

        public SetCurrentDeploymentResponse.Builder clearPreviousDeploymentInfo()
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;
      • getPreviousDeploymentInfoBuilder

        public DeploymentInfo.Builder getPreviousDeploymentInfoBuilder()
         Info of the deployment that was current before executing this operation.
         
        .temporal.api.deployment.v1.DeploymentInfo previous_deployment_info = 2;