Interface WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder

    • Method Detail

      • hasVersioningOverride

        boolean hasVersioningOverride()
         Versioning override upserted in this event.
         Ignored if nil or if unset_versioning_override is true.
         
        .temporal.api.workflow.v1.VersioningOverride versioning_override = 1;
        Returns:
        Whether the versioningOverride field is set.
      • getVersioningOverride

        VersioningOverride getVersioningOverride()
         Versioning override upserted in this event.
         Ignored if nil or if unset_versioning_override is true.
         
        .temporal.api.workflow.v1.VersioningOverride versioning_override = 1;
        Returns:
        The versioningOverride.
      • getVersioningOverrideOrBuilder

        VersioningOverrideOrBuilder getVersioningOverrideOrBuilder()
         Versioning override upserted in this event.
         Ignored if nil or if unset_versioning_override is true.
         
        .temporal.api.workflow.v1.VersioningOverride versioning_override = 1;
      • getUnsetVersioningOverride

        boolean getUnsetVersioningOverride()
         Versioning override removed in this event.
         
        bool unset_versioning_override = 2;
        Returns:
        The unsetVersioningOverride.
      • getAttachedRequestId

        java.lang.String getAttachedRequestId()
         Request ID attachedto the running workflow execution so that subsequent requests with same
         request ID will be deduped.
         
        string attached_request_id = 3;
        Returns:
        The attachedRequestId.
      • getAttachedRequestIdBytes

        com.google.protobuf.ByteString getAttachedRequestIdBytes()
         Request ID attachedto the running workflow execution so that subsequent requests with same
         request ID will be deduped.
         
        string attached_request_id = 3;
        Returns:
        The bytes for attachedRequestId.
      • getAttachedCompletionCallbacksList

        java.util.List<Callback> getAttachedCompletionCallbacksList()
         Completion callbacks attached to the running workflow execution.
         
        repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
      • getAttachedCompletionCallbacks

        Callback getAttachedCompletionCallbacks​(int index)
         Completion callbacks attached to the running workflow execution.
         
        repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
      • getAttachedCompletionCallbacksCount

        int getAttachedCompletionCallbacksCount()
         Completion callbacks attached to the running workflow execution.
         
        repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
      • getAttachedCompletionCallbacksOrBuilderList

        java.util.List<? extends CallbackOrBuilder> getAttachedCompletionCallbacksOrBuilderList()
         Completion callbacks attached to the running workflow execution.
         
        repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;
      • getAttachedCompletionCallbacksOrBuilder

        CallbackOrBuilder getAttachedCompletionCallbacksOrBuilder​(int index)
         Completion callbacks attached to the running workflow execution.
         
        repeated .temporal.api.common.v1.Callback attached_completion_callbacks = 4;