Interface ExternalWorkflowExecutionSignaledEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExternalWorkflowExecutionSignaledEventAttributes,ExternalWorkflowExecutionSignaledEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:ExternalWorkflowExecutionSignaledEventAttributesOrBuilder.java.pb.meta")
public interface ExternalWorkflowExecutionSignaledEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes.control is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes.control is deprecated.longid of the `SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this event corresponds toNamespace of the workflow which was signaled.com.google.protobuf.ByteStringNamespace of the workflow which was signaled.string namespace_id = 5;com.google.protobuf.ByteStringstring namespace_id = 5;.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;.temporal.api.common.v1.WorkflowExecution workflow_execution = 3;boolean.temporal.api.common.v1.WorkflowExecution workflow_execution = 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
-
getInitiatedEventId
long getInitiatedEventId()id of the `SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED` event this event corresponds to
int64 initiated_event_id = 1;- Returns:
- The initiatedEventId.
-
getNamespace
String getNamespace()Namespace of the workflow which was signaled. 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 workflow which was signaled. SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
string namespace = 2;- Returns:
- The bytes for namespace.
-
getNamespaceId
-
getNamespaceIdBytes
com.google.protobuf.ByteString getNamespaceIdBytes()string namespace_id = 5;- 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; -
getControl
Deprecated.temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=729Deprecated.
string control = 4 [deprecated = true];- Returns:
- The control.
-
getControlBytes
Deprecated.temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=729Deprecated.
string control = 4 [deprecated = true];- Returns:
- The bytes for control.
-