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
Modifier and TypeMethodDescriptiongetCallbacks(int index) repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;intrepeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;getCallbacksOrBuilder(int index) repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;List<? extends CallbackInfoOrBuilder> repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6;.temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;.temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;getPendingActivities(int index) repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;intrepeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;getPendingActivitiesOrBuilder(int index) repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;List<? extends PendingActivityInfoOrBuilder> repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3;getPendingChildren(int index) repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;intrepeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;getPendingChildrenOrBuilder(int index) repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;List<? extends PendingChildExecutionInfoOrBuilder> repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4;getPendingNexusOperations(int index) repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;intrepeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;getPendingNexusOperationsOrBuilder(int index) repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;List<? extends PendingNexusOperationInfoOrBuilder> repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7;.temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;.temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;.temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;.temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;.temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;.temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;boolean.temporal.api.workflow.v1.WorkflowExecutionConfig execution_config = 1;boolean.temporal.api.workflow.v1.PendingWorkflowTaskInfo pending_workflow_task = 5;boolean.temporal.api.workflow.v1.WorkflowExecutionInfo workflow_execution_info = 2;boolean.temporal.api.workflow.v1.WorkflowExecutionExtendedInfo workflow_extended_info = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
repeated .temporal.api.workflow.v1.PendingActivityInfo pending_activities = 3; -
getPendingChildrenList
List<PendingChildExecutionInfo> getPendingChildrenList()repeated .temporal.api.workflow.v1.PendingChildExecutionInfo pending_children = 4; -
getPendingChildren
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
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
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
repeated .temporal.api.workflow.v1.CallbackInfo callbacks = 6; -
getPendingNexusOperationsList
List<PendingNexusOperationInfo> getPendingNexusOperationsList()repeated .temporal.api.workflow.v1.PendingNexusOperationInfo pending_nexus_operations = 7; -
getPendingNexusOperations
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
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;
-