Interface WorkflowPropertiesModifiedEventAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowPropertiesModifiedEventAttributes,WorkflowPropertiesModifiedEventAttributes.Builder
@Generated(value="protoc",
comments="annotations:WorkflowPropertiesModifiedEventAttributesOrBuilder.java.pb.meta")
public interface WorkflowPropertiesModifiedEventAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionIf set, update the workflow memo with the provided values.If set, update the workflow memo with the provided values.longThe `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanIf set, update the workflow memo with the provided values.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
-
getWorkflowTaskCompletedEventId
long getWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 1;- Returns:
- The workflowTaskCompletedEventId.
-
hasUpsertedMemo
boolean hasUpsertedMemo()If set, update the workflow memo with the provided values. The values will be merged with the existing memo. If the user wants to delete values, a default/empty Payload should be used as the value for the key being deleted.
.temporal.api.common.v1.Memo upserted_memo = 2;- Returns:
- Whether the upsertedMemo field is set.
-
getUpsertedMemo
Memo getUpsertedMemo()If set, update the workflow memo with the provided values. The values will be merged with the existing memo. If the user wants to delete values, a default/empty Payload should be used as the value for the key being deleted.
.temporal.api.common.v1.Memo upserted_memo = 2;- Returns:
- The upsertedMemo.
-
getUpsertedMemoOrBuilder
MemoOrBuilder getUpsertedMemoOrBuilder()If set, update the workflow memo with the provided values. The values will be merged with the existing memo. If the user wants to delete values, a default/empty Payload should be used as the value for the key being deleted.
.temporal.api.common.v1.Memo upserted_memo = 2;
-