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
Modifier and TypeMethodDescriptiongetAttachedCompletionCallbacks(int index) Completion callbacks attached to the running workflow execution.intCompletion callbacks attached to the running workflow execution.Completion callbacks attached to the running workflow execution.getAttachedCompletionCallbacksOrBuilder(int index) Completion callbacks attached to the running workflow execution.List<? extends CallbackOrBuilder> Completion callbacks attached to the running workflow execution.Request ID attached to the running workflow execution so that subsequent requests with same request ID will be deduped.com.google.protobuf.ByteStringRequest ID attached to the running workflow execution so that subsequent requests with same request ID will be deduped.Optional.com.google.protobuf.ByteStringOptional.Priority override upserted in this event.Priority override upserted in this event.TimeSkippingConfig override upserted in this event.TimeSkippingConfig override upserted in this event.booleanIndicates the time skipping config was updated by the recent call to update workflow execution options.booleanVersioning override removed in this event.Versioning override upserted in this event.Versioning override upserted in this event.getWorkflowUpdateOptions(int index) Updates to workflow updates options.intUpdates to workflow updates options.Updates to workflow updates options.getWorkflowUpdateOptionsOrBuilder(int index) Updates to workflow updates options.Updates to workflow updates options.booleanPriority override upserted in this event.booleanTimeSkippingConfig override upserted in this event.booleanVersioning override upserted in this event.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
-
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
String getAttachedRequestId()Request ID attached to 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 attached to 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
-
getAttachedCompletionCallbacks
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
List<? extends CallbackOrBuilder> getAttachedCompletionCallbacksOrBuilderList()Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4; -
getAttachedCompletionCallbacksOrBuilder
Completion callbacks attached to the running workflow execution.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4; -
getIdentity
String getIdentity()Optional. The identity of the client who initiated the request that created this event.
string identity = 5;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()Optional. The identity of the client who initiated the request that created this event.
string identity = 5;- Returns:
- The bytes for identity.
-
hasPriority
boolean hasPriority()Priority override upserted in this event. Represents the full priority; not just partial fields. Ignored if nil.
.temporal.api.common.v1.Priority priority = 6;- Returns:
- Whether the priority field is set.
-
getPriority
Priority getPriority()Priority override upserted in this event. Represents the full priority; not just partial fields. Ignored if nil.
.temporal.api.common.v1.Priority priority = 6;- Returns:
- The priority.
-
getPriorityOrBuilder
PriorityOrBuilder getPriorityOrBuilder()Priority override upserted in this event. Represents the full priority; not just partial fields. Ignored if nil.
.temporal.api.common.v1.Priority priority = 6; -
hasTimeSkippingConfig
boolean hasTimeSkippingConfig()TimeSkippingConfig override upserted in this event. Represents the full config.
.temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 7;- Returns:
- Whether the timeSkippingConfig field is set.
-
getTimeSkippingConfig
TimeSkippingConfig getTimeSkippingConfig()TimeSkippingConfig override upserted in this event. Represents the full config.
.temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 7;- Returns:
- The timeSkippingConfig.
-
getTimeSkippingConfigOrBuilder
TimeSkippingConfigOrBuilder getTimeSkippingConfigOrBuilder()TimeSkippingConfig override upserted in this event. Represents the full config.
.temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 7; -
getTimeSkippingConfigUpdated
boolean getTimeSkippingConfigUpdated()Indicates the time skipping config was updated by the recent call to update workflow execution options.
bool time_skipping_config_updated = 9;- Returns:
- The timeSkippingConfigUpdated.
-
getWorkflowUpdateOptionsList
List<WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate> getWorkflowUpdateOptionsList()Updates to workflow updates options.
repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8; -
getWorkflowUpdateOptions
WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate getWorkflowUpdateOptions(int index) Updates to workflow updates options.
repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8; -
getWorkflowUpdateOptionsCount
int getWorkflowUpdateOptionsCount()Updates to workflow updates options.
repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8; -
getWorkflowUpdateOptionsOrBuilderList
List<? extends WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdateOrBuilder> getWorkflowUpdateOptionsOrBuilderList()Updates to workflow updates options.
repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8; -
getWorkflowUpdateOptionsOrBuilder
WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdateOrBuilder getWorkflowUpdateOptionsOrBuilder(int index) Updates to workflow updates options.
repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8;
-