Interface WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate,WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate.Builder
- Enclosing class:
WorkflowExecutionOptionsUpdatedEventAttributes
public static interface WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttachedCompletionCallbacks(int index) Completion callbacks attached to the running workflow update.intCompletion callbacks attached to the running workflow update.Completion callbacks attached to the running workflow update.getAttachedCompletionCallbacksOrBuilder(int index) Completion callbacks attached to the running workflow update.List<? extends CallbackOrBuilder> Completion callbacks attached to the running workflow update.Request ID attached to the running workflow update so that subsequent requests with same request ID will be dedupedcom.google.protobuf.ByteStringRequest ID attached to the running workflow update so that subsequent requests with same request ID will be dedupedThe ID of the workflow update this update options update corresponds to.com.google.protobuf.ByteStringThe ID of the workflow update this update options update corresponds to.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
-
getUpdateId
String getUpdateId()The ID of the workflow update this update options update corresponds to.
string update_id = 1;- Returns:
- The updateId.
-
getUpdateIdBytes
com.google.protobuf.ByteString getUpdateIdBytes()The ID of the workflow update this update options update corresponds to.
string update_id = 1;- Returns:
- The bytes for updateId.
-
getAttachedRequestId
String getAttachedRequestId()Request ID attached to the running workflow update so that subsequent requests with same request ID will be deduped
string attached_request_id = 2;- Returns:
- The attachedRequestId.
-
getAttachedRequestIdBytes
com.google.protobuf.ByteString getAttachedRequestIdBytes()Request ID attached to the running workflow update so that subsequent requests with same request ID will be deduped
string attached_request_id = 2;- Returns:
- The bytes for attachedRequestId.
-
getAttachedCompletionCallbacksList
-
getAttachedCompletionCallbacks
Completion callbacks attached to the running workflow update.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3; -
getAttachedCompletionCallbacksCount
int getAttachedCompletionCallbacksCount()Completion callbacks attached to the running workflow update.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3; -
getAttachedCompletionCallbacksOrBuilderList
List<? extends CallbackOrBuilder> getAttachedCompletionCallbacksOrBuilderList()Completion callbacks attached to the running workflow update.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3; -
getAttachedCompletionCallbacksOrBuilder
Completion callbacks attached to the running workflow update.
repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 3;
-