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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackInfogetCallbacks(int index)repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;intgetCallbacksCount()repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;java.util.List<CallbackInfo>getCallbacksList()repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;CallbackInfoOrBuildergetCallbacksOrBuilder(int index)repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;java.util.List<? extends CallbackInfoOrBuilder>getCallbacksOrBuilderList()repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;WorkflowExecutionConfiggetExecutionConfig().temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;WorkflowExecutionConfigOrBuildergetExecutionConfigOrBuilder().temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;PendingActivityInfogetPendingActivities(int index)repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;intgetPendingActivitiesCount()repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;java.util.List<PendingActivityInfo>getPendingActivitiesList()repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;PendingActivityInfoOrBuildergetPendingActivitiesOrBuilder(int index)repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;java.util.List<? extends PendingActivityInfoOrBuilder>getPendingActivitiesOrBuilderList()repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;PendingChildExecutionInfogetPendingChildren(int index)repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;intgetPendingChildrenCount()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;java.util.List<PendingChildExecutionInfo>getPendingChildrenList()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;PendingChildExecutionInfoOrBuildergetPendingChildrenOrBuilder(int index)repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;java.util.List<? extends PendingChildExecutionInfoOrBuilder>getPendingChildrenOrBuilderList()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;PendingNexusOperationInfogetPendingNexusOperations(int index)repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;intgetPendingNexusOperationsCount()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;java.util.List<PendingNexusOperationInfo>getPendingNexusOperationsList()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;PendingNexusOperationInfoOrBuildergetPendingNexusOperationsOrBuilder(int index)repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;java.util.List<? extends PendingNexusOperationInfoOrBuilder>getPendingNexusOperationsOrBuilderList()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;PendingWorkflowTaskInfogetPendingWorkflowTask().temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;PendingWorkflowTaskInfoOrBuildergetPendingWorkflowTaskOrBuilder().temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;WorkflowExecutionInfogetWorkflowExecutionInfo().temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;WorkflowExecutionInfoOrBuildergetWorkflowExecutionInfoOrBuilder().temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;WorkflowExecutionExtendedInfogetWorkflowExtendedInfo().temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;WorkflowExecutionExtendedInfoOrBuildergetWorkflowExtendedInfoOrBuilder().temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;booleanhasExecutionConfig().temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;booleanhasPendingWorkflowTask().temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;booleanhasWorkflowExecutionInfo().temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;booleanhasWorkflowExtendedInfo().temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
getCallbacksList
java.util.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
java.util.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
java.util.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
java.util.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;
-
-