Interface ChildWorkflowExecutionStartedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChildWorkflowExecutionStartedEventAttributes,ChildWorkflowExecutionStartedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:ChildWorkflowExecutionStartedEventAttributesOrBuilder.java.pb.meta")
public interface ChildWorkflowExecutionStartedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.temporal.api.common.v1.Header header = 5;.temporal.api.common.v1.Header header = 5;longId of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds toNamespace of the child workflow.com.google.protobuf.ByteStringNamespace of the child workflow.string namespace_id = 6;com.google.protobuf.ByteStringstring namespace_id = 6;.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;.temporal.api.common.v1.WorkflowType workflow_type = 4;.temporal.api.common.v1.WorkflowType workflow_type = 4;boolean.temporal.api.common.v1.Header header = 5;boolean.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;boolean.temporal.api.common.v1.WorkflowType workflow_type = 4;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
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
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()string namespace_id = 6;- Returns:
- The bytes for namespaceId.
-
getInitiatedEventId
long getInitiatedEventId()Id of the `START_CHILD_WORKFLOW_EXECUTION_INITIATED` event which this event corresponds to
int64 initiated_event_id = 2;- Returns:
- The initiatedEventId.
-
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; -
hasHeader
boolean hasHeader().temporal.api.common.v1.Header header = 5;- Returns:
- Whether the header field is set.
-
getHeader
-
getHeaderOrBuilder
HeaderOrBuilder getHeaderOrBuilder().temporal.api.common.v1.Header header = 5;
-