Interface ModifyWorkflowPropertiesCommandAttributesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModifyWorkflowPropertiesCommandAttributes,ModifyWorkflowPropertiesCommandAttributes.Builder
@Generated(value="protoc",
comments="annotations:ModifyWorkflowPropertiesCommandAttributesOrBuilder.java.pb.meta")
public interface ModifyWorkflowPropertiesCommandAttributesOrBuilder
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.booleanIf 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
-
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 = 1;- 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 = 1;- 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 = 1;
-