Package io.temporal.api.history.v1
Interface ChildWorkflowExecutionFailedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChildWorkflowExecutionFailedEventAttributes,ChildWorkflowExecutionFailedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:ChildWorkflowExecutionFailedEventAttributesOrBuilder.java.pb.meta") public interface ChildWorkflowExecutionFailedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FailuregetFailure().temporal.api.failure.v1.Failure failure = 1;FailureOrBuildergetFailureOrBuilder().temporal.api.failure.v1.Failure failure = 1;longgetInitiatedEventId()Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds tojava.lang.StringgetNamespace()Namespace of the child workflow.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace of the child workflow.java.lang.StringgetNamespaceId()string namespace_id = 8;com.google.protobuf.ByteStringgetNamespaceIdBytes()string namespace_id = 8;RetryStategetRetryState().temporal.api.enums.v1.RetryState retry_state = 7;intgetRetryStateValue().temporal.api.enums.v1.RetryState retry_state = 7;longgetStartedEventId()Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds toWorkflowExecutiongetWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;WorkflowExecutionOrBuildergetWorkflowExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;WorkflowTypegetWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 4;WorkflowTypeOrBuildergetWorkflowTypeOrBuilder().temporal.api.common.v1.WorkflowType workflow_type = 4;booleanhasFailure().temporal.api.failure.v1.Failure failure = 1;booleanhasWorkflowExecution().temporal.api.common.v1.WorkflowExecution workflow_execution = 3;booleanhasWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFailure
boolean hasFailure()
.temporal.api.failure.v1.Failure failure = 1;- Returns:
- Whether the failure field is set.
-
getFailure
Failure getFailure()
.temporal.api.failure.v1.Failure failure = 1;- Returns:
- The failure.
-
getFailureOrBuilder
FailureOrBuilder getFailureOrBuilder()
.temporal.api.failure.v1.Failure failure = 1;
-
getNamespace
java.lang.String getNamespace()
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Returns:
- The bytes for namespace.
-
getNamespaceId
java.lang.String getNamespaceId()
string namespace_id = 8;- Returns:
- The namespaceId.
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()
string namespace_id = 8;- Returns:
- The bytes for namespaceId.
-
hasWorkflowExecution
boolean hasWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Returns:
- Whether the workflowExecution field is set.
-
getWorkflowExecution
WorkflowExecution getWorkflowExecution()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;- Returns:
- The workflowExecution.
-
getWorkflowExecutionOrBuilder
WorkflowExecutionOrBuilder getWorkflowExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;
-
hasWorkflowType
boolean hasWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 4;- Returns:
- Whether the workflowType field is set.
-
getWorkflowType
WorkflowType getWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 4;- Returns:
- The workflowType.
-
getWorkflowTypeOrBuilder
WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
.temporal.api.common.v1.WorkflowType workflow_type = 4;
-
getInitiatedEventId
long getInitiatedEventId()
Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
int64 initiated_event_id = 5;- Returns:
- The initiatedEventId.
-
getStartedEventId
long getStartedEventId()
Id of the `CHILD_WORKFLOW_EXECUTION_STARTED` event which this event corresponds to
int64 started_event_id = 6;- Returns:
- The startedEventId.
-
getRetryStateValue
int getRetryStateValue()
.temporal.api.enums.v1.RetryState retry_state = 7;- Returns:
- The enum numeric value on the wire for retryState.
-
getRetryState
RetryState getRetryState()
.temporal.api.enums.v1.RetryState retry_state = 7;- Returns:
- The retryState.
-
-