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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Memo getUpsertedMemo()
      If set, update the workflow memo with the provided values.
      MemoOrBuilder getUpsertedMemoOrBuilder()
      If set, update the workflow memo with the provided values.
      boolean hasUpsertedMemo()
      If set, update the workflow memo with the provided values.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • 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;