Package io.temporal.api.failure.v1
Interface ChildWorkflowExecutionFailureInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChildWorkflowExecutionFailureInfo,ChildWorkflowExecutionFailureInfo.Builder
@Generated(value="protoc", comments="annotations:ChildWorkflowExecutionFailureInfoOrBuilder.java.pb.meta") public interface ChildWorkflowExecutionFailureInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetInitiatedEventId()int64 initiated_event_id = 4;java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;RetryStategetRetryState().temporal.api.enums.v1.RetryState retry_state = 6;intgetRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 6;longgetStartedEventId()int64 started_event_id = 5;WorkflowExecutiongetWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 2;WorkflowExecutionOrBuildergetWorkflowExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution workflow_execution = 2;WorkflowTypegetWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 3;WorkflowTypeOrBuildergetWorkflowTypeOrBuilder().temporal.api.common.v1.WorkflowType workflow_type = 3;booleanhasWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 2;booleanhasWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Returns:
- The bytes for namespace.
-
hasWorkflowExecution
boolean hasWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 2;- Returns:
- Whether the workflowExecution field is set.
-
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 2;- Returns:
- The workflowExecution.
-
getWorkflowExecutionOrBuilder
WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 2;
-
hasWorkflowType
boolean hasWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 3;- Returns:
- Whether the workflowType field is set.
-
getWorkflowType
WorkflowType getWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 3;- Returns:
- The workflowType.
-
getWorkflowTypeOrBuilder
WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
.temporal.api.common.v1.WorkflowType workflow_type = 3;
-
getInitiatedEventId
long getInitiatedEventId()
int64 initiated_event_id = 4;- Returns:
- The initiatedEventId.
-
getStartedEventId
long getStartedEventId()
int64 started_event_id = 5;- Returns:
- The startedEventId.
-
getRetryStateValue
int getRetryStateValue()
.temporal.api.enums.v1.RetryState retry_state = 6;- Returns:
- The enum numeric value on the wire for retryState.
-
getRetryState
RetryState getRetryState()
.temporal.api.enums.v1.RetryState retry_state = 6;- Returns:
- The retryState.
-
-