Package io.temporal.api.history.v1
Interface WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionOptionsUpdatedEventAttributes,WorkflowExecutionOptionsUpdatedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder.java.pb.meta") public interface WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CallbackgetAttachedCompletionCallbacks(int index)Completion callbacks attached to the running workflow execution.intgetAttachedCompletionCallbacksCount()Completion callbacks attached to the running workflow execution.java.util.List<Callback>getAttachedCompletionCallbacksList()Completion callbacks attached to the running workflow execution.CallbackOrBuildergetAttachedCompletionCallbacksOrBuilder(int index)Completion callbacks attached to the running workflow execution.java.util.List<? extends CallbackOrBuilder>getAttachedCompletionCallbacksOrBuilderList()Completion callbacks attached to the running workflow execution.java.lang.StringgetAttachedRequestId()Request ID attachedto the running workflow execution so that subsequent requests with same request ID will be deduped.com.google.protobuf.ByteStringgetAttachedRequestIdBytes()Request ID attachedto the running workflow execution so that subsequent requests with same request ID will be deduped.booleangetUnsetVersioningOverride()Versioning override removed in this event.VersioningOverridegetVersioningOverride()Versioning override upserted in this event.VersioningOverrideOrBuildergetVersioningOverrideOrBuilder()Versioning override upserted in this event.booleanhasVersioningOverride()Versioning override upserted in this event.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasVersioningOverride
boolean hasVersioningOverride()
Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.
.temporal.api.workflow.v1.VersioningOverride versioning_override = 1;- Returns:
- Whether the versioningOverride field is set.
-
getVersioningOverride
VersioningOverride getVersioningOverride()
Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.
.temporal.api.workflow.v1.VersioningOverride versioning_override = 1;- Returns:
- The versioningOverride.
-
getVersioningOverrideOrBuilder
VersioningOverrideOrBuilder getVersioningOverrideOrBuilder()
Versioning override upserted in this event. Ignored if nil or if unset_versioning_override is true.
.temporal.api.workflow.v1.VersioningOverride versioning_override = 1;
-
getUnsetVersioningOverride
boolean getUnsetVersioningOverride()
Versioning override removed in this event.
bool unset_versioning_override = 2;- Returns:
- The unsetVersioningOverride.
-
getAttachedRequestId
java.lang.String getAttachedRequestId()
Request ID attachedto the running workflow execution so that subsequent requests with same request ID will be deduped.
string attached_request_id = 3;- Returns:
- The attachedRequestId.
-
getAttachedRequestIdBytes
com.google.protobuf.ByteString getAttachedRequestIdBytes()
Request ID attachedto the running workflow execution so that subsequent requests with same request ID will be deduped.
string attached_request_id = 3;- Returns:
- The bytes for attachedRequestId.
-
getAttachedCompletionCallbacksList
java.util.List<Callback> getAttachedCompletionCallbacksList()
Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
-
getAttachedCompletionCallbacks
Callback getAttachedCompletionCallbacks(int index)
Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
-
getAttachedCompletionCallbacksCount
int getAttachedCompletionCallbacksCount()
Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
-
getAttachedCompletionCallbacksOrBuilderList
java.util.List<? extends CallbackOrBuilder> getAttachedCompletionCallbacksOrBuilderList()
Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
-
getAttachedCompletionCallbacksOrBuilder
CallbackOrBuilder getAttachedCompletionCallbacksOrBuilder(int index)
Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
-
-