Package io.temporal.api.history.v1
Interface StartChildWorkflowExecutionFailedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StartChildWorkflowExecutionFailedEventAttributes,StartChildWorkflowExecutionFailedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:StartChildWorkflowExecutionFailedEventAttributesOrBuilder.java.pb.meta") public interface StartChildWorkflowExecutionFailedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StartChildWorkflowExecutionFailedCausegetCause().temporal.api.enums.v1.StartChildWorkflowExecutionFailedCause cause = 4;intgetCauseValue().temporal.api.enums.v1.StartChildWorkflowExecutionFailedCause cause = 4;java.lang.StringgetControl()Deprecated.temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes.control is deprecated.com.google.protobuf.ByteStringgetControlBytes()Deprecated.temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes.control is deprecated.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;java.lang.StringgetWorkflowId()string workflow_id = 2;com.google.protobuf.ByteStringgetWorkflowIdBytes()string workflow_id = 2;longgetWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported withWorkflowTypegetWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 3;WorkflowTypeOrBuildergetWorkflowTypeOrBuilder().temporal.api.common.v1.WorkflowType workflow_type = 3;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()
Namespace of the child workflow. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 1;- 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 = 1;- 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.
-
getWorkflowId
java.lang.String getWorkflowId()
string workflow_id = 2;- Returns:
- The workflowId.
-
getWorkflowIdBytes
com.google.protobuf.ByteString getWorkflowIdBytes()
string workflow_id = 2;- Returns:
- The bytes for workflowId.
-
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;
-
getCauseValue
int getCauseValue()
.temporal.api.enums.v1.StartChildWorkflowExecutionFailedCause cause = 4;- Returns:
- The enum numeric value on the wire for cause.
-
getCause
StartChildWorkflowExecutionFailedCause getCause()
.temporal.api.enums.v1.StartChildWorkflowExecutionFailedCause cause = 4;- Returns:
- The cause.
-
getControl
@Deprecated java.lang.String getControl()
Deprecated.temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=699Deprecated.
string control = 5 [deprecated = true];- Returns:
- The control.
-
getControlBytes
@Deprecated com.google.protobuf.ByteString getControlBytes()
Deprecated.temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=699Deprecated.
string control = 5 [deprecated = true];- Returns:
- The bytes for control.
-
getInitiatedEventId
long getInitiatedEventId()
Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
int64 initiated_event_id = 6;- Returns:
- The initiatedEventId.
-
getWorkflowTaskCompletedEventId
long getWorkflowTaskCompletedEventId()
The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 7;- Returns:
- The workflowTaskCompletedEventId.
-
-