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

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

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

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

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

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

        public boolean hasUpdateRef()
         Enough information for subsequent poll calls if needed. Never null.
         
        .temporal.api.update.v1.UpdateRef update_ref = 1;
        Specified by:
        hasUpdateRef in interface UpdateWorkflowExecutionResponseOrBuilder
        Returns:
        Whether the updateRef field is set.
      • clearUpdateRef

        public UpdateWorkflowExecutionResponse.Builder clearUpdateRef()
         Enough information for subsequent poll calls if needed. Never null.
         
        .temporal.api.update.v1.UpdateRef update_ref = 1;
      • getUpdateRefBuilder

        public UpdateRef.Builder getUpdateRefBuilder()
         Enough information for subsequent poll calls if needed. Never null.
         
        .temporal.api.update.v1.UpdateRef update_ref = 1;
      • hasOutcome

        public boolean hasOutcome()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
        Specified by:
        hasOutcome in interface UpdateWorkflowExecutionResponseOrBuilder
        Returns:
        Whether the outcome field is set.
      • getOutcome

        public Outcome getOutcome()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
        Specified by:
        getOutcome in interface UpdateWorkflowExecutionResponseOrBuilder
        Returns:
        The outcome.
      • setOutcome

        public UpdateWorkflowExecutionResponse.Builder setOutcome​(Outcome value)
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
      • setOutcome

        public UpdateWorkflowExecutionResponse.Builder setOutcome​(Outcome.Builder builderForValue)
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
      • mergeOutcome

        public UpdateWorkflowExecutionResponse.Builder mergeOutcome​(Outcome value)
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
      • clearOutcome

        public UpdateWorkflowExecutionResponse.Builder clearOutcome()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
      • getOutcomeBuilder

        public Outcome.Builder getOutcomeBuilder()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
      • getOutcomeOrBuilder

        public OutcomeOrBuilder getOutcomeOrBuilder()
         The outcome of the update if and only if the workflow execution update
         has completed. If this response is being returned before the update has
         completed then this field will not be set.
         
        .temporal.api.update.v1.Outcome outcome = 2;
        Specified by:
        getOutcomeOrBuilder in interface UpdateWorkflowExecutionResponseOrBuilder