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 Details

    • 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

      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

      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

      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

      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;
    • getCallbacksList

      List<CallbackInfo> getCallbacksList()
      repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;
    • getCallbacks

      CallbackInfo getCallbacks(int index)
      repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;
    • getCallbacksCount

      int getCallbacksCount()
      repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;
    • getCallbacksOrBuilderList

      List<? extends CallbackInfoOrBuilder> getCallbacksOrBuilderList()
      repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;
    • getCallbacksOrBuilder

      CallbackInfoOrBuilder getCallbacksOrBuilder(int index)
      repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;
    • getPendingNexusOperationsList

      List<PendingNexusOperationInfo> getPendingNexusOperationsList()
      repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;
    • getPendingNexusOperations

      PendingNexusOperationInfo getPendingNexusOperations(int index)
      repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;
    • getPendingNexusOperationsCount

      int getPendingNexusOperationsCount()
      repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;
    • getPendingNexusOperationsOrBuilderList

      List<? extends PendingNexusOperationInfoOrBuilder> getPendingNexusOperationsOrBuilderList()
      repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;
    • getPendingNexusOperationsOrBuilder

      PendingNexusOperationInfoOrBuilder getPendingNexusOperationsOrBuilder(int index)
      repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;
    • hasWorkflowExtendedInfo

      boolean hasWorkflowExtendedInfo()
      .temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;
      Returns:
      Whether the workflowExtendedInfo field is set.
    • getWorkflowExtendedInfo

      WorkflowExecutionExtendedInfo getWorkflowExtendedInfo()
      .temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;
      Returns:
      The workflowExtendedInfo.
    • getWorkflowExtendedInfoOrBuilder

      WorkflowExecutionExtendedInfoOrBuilder getWorkflowExtendedInfoOrBuilder()
      .temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;