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
Modifier and TypeMethodDescriptionlongint64 initiated_event_id = 4;string namespace = 1;com.google.protobuf.ByteStringstring namespace = 1;.temporal.api.enums.v1.RetryState retry_state = 6;int.temporal.api.enums.v1.RetryState retry_state = 6;longint64 started_event_id = 5;.temporal.api.common.v1.WorkflowExecution workflow_execution = 2;.temporal.api.common.v1.WorkflowExecution workflow_execution = 2;.temporal.api.common.v1.WorkflowType workflow_type = 3;.temporal.api.common.v1.WorkflowType workflow_type = 3;boolean.temporal.api.common.v1.WorkflowExecution workflow_execution = 2;boolean.temporal.api.common.v1.WorkflowType workflow_type = 3;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
-
getNamespace
-
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.
-