Interface DescribeWorkflowExecutionResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DescribeWorkflowExecutionResponse, DescribeWorkflowExecutionResponse.Builder

    @Generated(value="protoc",
               comments="annotations:DescribeWorkflowExecutionResponseOrBuilder.java.pb.meta")
    public interface DescribeWorkflowExecutionResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasExecutionConfig

        boolean hasExecutionConfig()
        .temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;
        Returns:
        Whether the executionConfig field is set.
      • getExecutionConfig

        WorkflowExecutionConfig getExecutionConfig()
        .temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;
        Returns:
        The executionConfig.
      • getExecutionConfigOrBuilder

        WorkflowExecutionConfigOrBuilder getExecutionConfigOrBuilder()
        .temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;
      • hasWorkflowExecutionInfo

        boolean hasWorkflowExecutionInfo()
        .temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;
        Returns:
        Whether the workflowExecutionInfo field is set.
      • getWorkflowExecutionInfo

        WorkflowExecutionInfo getWorkflowExecutionInfo()
        .temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;
        Returns:
        The workflowExecutionInfo.
      • getWorkflowExecutionInfoOrBuilder

        WorkflowExecutionInfoOrBuilder getWorkflowExecutionInfoOrBuilder()
        .temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;
      • getPendingActivitiesList

        java.util.List<PendingActivityInfo> getPendingActivitiesList()
        repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;
      • getPendingActivities

        PendingActivityInfo getPendingActivities​(int index)
        repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;
      • getPendingActivitiesCount

        int getPendingActivitiesCount()
        repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;
      • getPendingActivitiesOrBuilderList

        java.util.List<? extends PendingActivityInfoOrBuilder> getPendingActivitiesOrBuilderList()
        repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;
      • getPendingActivitiesOrBuilder

        PendingActivityInfoOrBuilder getPendingActivitiesOrBuilder​(int index)
        repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;
      • getPendingChildrenList

        java.util.List<PendingChildExecutionInfo> getPendingChildrenList()
        repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;
      • getPendingChildren

        PendingChildExecutionInfo getPendingChildren​(int index)
        repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;
      • getPendingChildrenCount

        int getPendingChildrenCount()
        repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;
      • getPendingChildrenOrBuilderList

        java.util.List<? extends PendingChildExecutionInfoOrBuilder> getPendingChildrenOrBuilderList()
        repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;
      • getPendingChildrenOrBuilder

        PendingChildExecutionInfoOrBuilder getPendingChildrenOrBuilder​(int index)
        repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;
      • hasPendingWorkflowTask

        boolean hasPendingWorkflowTask()
        .temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;
        Returns:
        Whether the pendingWorkflowTask field is set.
      • getPendingWorkflowTask

        PendingWorkflowTaskInfo getPendingWorkflowTask()
        .temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;
        Returns:
        The pendingWorkflowTask.
      • getPendingWorkflowTaskOrBuilder

        PendingWorkflowTaskInfoOrBuilder getPendingWorkflowTaskOrBuilder()
        .temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;