Interface OnConflictOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnConflictOptions,OnConflictOptions.Builder
@Generated(value="protoc",
comments="annotations:OnConflictOptionsOrBuilder.java.pb.meta")
public interface OnConflictOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanAttaches the completion callbacks to the running workflow.booleanAttaches the links to the WorkflowExecutionOptionsUpdatedEvent history event.booleanAttaches the request ID to the running workflow.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
-
getAttachRequestId
boolean getAttachRequestId()Attaches the request ID to the running workflow.
bool attach_request_id = 1;- Returns:
- The attachRequestId.
-
getAttachCompletionCallbacks
boolean getAttachCompletionCallbacks()Attaches the completion callbacks to the running workflow.
bool attach_completion_callbacks = 2;- Returns:
- The attachCompletionCallbacks.
-
getAttachLinks
boolean getAttachLinks()Attaches the links to the WorkflowExecutionOptionsUpdatedEvent history event.
bool attach_links = 3;- Returns:
- The attachLinks.
-