Interface WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WorkflowExecutionOptionsUpdatedEventAttributes, WorkflowExecutionOptionsUpdatedEventAttributes.Builder

@Generated(value="protoc", comments="annotations:WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder.java.pb.meta") public interface WorkflowExecutionOptionsUpdatedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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

      String getAttachedRequestId()
       Request ID attached to 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 attached to 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

      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

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

      String getIdentity()
       Optional. The identity of the client who initiated the request that created this event.
       
      string identity = 5;
      Returns:
      The identity.
    • getIdentityBytes

      com.google.protobuf.ByteString getIdentityBytes()
       Optional. The identity of the client who initiated the request that created this event.
       
      string identity = 5;
      Returns:
      The bytes for identity.
    • hasPriority

      boolean hasPriority()
       Priority override upserted in this event. Represents the full priority; not just partial fields.
       Ignored if nil.
       
      .temporal.api.common.v1.Priority priority = 6;
      Returns:
      Whether the priority field is set.
    • getPriority

      Priority getPriority()
       Priority override upserted in this event. Represents the full priority; not just partial fields.
       Ignored if nil.
       
      .temporal.api.common.v1.Priority priority = 6;
      Returns:
      The priority.
    • getPriorityOrBuilder

      PriorityOrBuilder getPriorityOrBuilder()
       Priority override upserted in this event. Represents the full priority; not just partial fields.
       Ignored if nil.
       
      .temporal.api.common.v1.Priority priority = 6;
    • hasTimeSkippingConfig

      boolean hasTimeSkippingConfig()
       TimeSkippingConfig override upserted in this event. Represents the full config.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 7;
      Returns:
      Whether the timeSkippingConfig field is set.
    • getTimeSkippingConfig

      TimeSkippingConfig getTimeSkippingConfig()
       TimeSkippingConfig override upserted in this event. Represents the full config.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 7;
      Returns:
      The timeSkippingConfig.
    • getTimeSkippingConfigOrBuilder

      TimeSkippingConfigOrBuilder getTimeSkippingConfigOrBuilder()
       TimeSkippingConfig override upserted in this event. Represents the full config.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 7;
    • getTimeSkippingConfigUpdated

      boolean getTimeSkippingConfigUpdated()
       Indicates the time skipping config was updated by the recent call to update
       workflow execution options.
       
      bool time_skipping_config_updated = 9;
      Returns:
      The timeSkippingConfigUpdated.
    • getWorkflowUpdateOptionsList

       Updates to workflow updates options.
       
      repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8;
    • getWorkflowUpdateOptions

       Updates to workflow updates options.
       
      repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8;
    • getWorkflowUpdateOptionsCount

      int getWorkflowUpdateOptionsCount()
       Updates to workflow updates options.
       
      repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8;
    • getWorkflowUpdateOptionsOrBuilderList

       Updates to workflow updates options.
       
      repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8;
    • getWorkflowUpdateOptionsOrBuilder

       Updates to workflow updates options.
       
      repeated .temporal.api.history.v1.WorkflowExecutionOptionsUpdatedEventAttributes.WorkflowUpdateOptionsUpdate workflow_update_options = 8;