Interface StartChildWorkflowExecutionInitiatedEventAttributesOrBuilder

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

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

    • getNamespace

      String getNamespace()
       Namespace of the child workflow.
       SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       Namespace of the child workflow.
       SDKs and UI tools should use `namespace` field but server must use `namespace_id` only.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getNamespaceId

      String getNamespaceId()
      string namespace_id = 18;
      Returns:
      The namespaceId.
    • getNamespaceIdBytes

      com.google.protobuf.ByteString getNamespaceIdBytes()
      string namespace_id = 18;
      Returns:
      The bytes for namespaceId.
    • getWorkflowId

      String getWorkflowId()
      string workflow_id = 2;
      Returns:
      The workflowId.
    • getWorkflowIdBytes

      com.google.protobuf.ByteString getWorkflowIdBytes()
      string workflow_id = 2;
      Returns:
      The bytes for workflowId.
    • hasWorkflowType

      boolean hasWorkflowType()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
      Returns:
      Whether the workflowType field is set.
    • getWorkflowType

      WorkflowType getWorkflowType()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
      Returns:
      The workflowType.
    • getWorkflowTypeOrBuilder

      WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
      .temporal.api.common.v1.WorkflowType workflow_type = 3;
    • hasTaskQueue

      boolean hasTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
      Returns:
      Whether the taskQueue field is set.
    • getTaskQueue

      TaskQueue getTaskQueue()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
      Returns:
      The taskQueue.
    • getTaskQueueOrBuilder

      TaskQueueOrBuilder getTaskQueueOrBuilder()
      .temporal.api.taskqueue.v1.TaskQueue task_queue = 4;
    • hasInput

      boolean hasInput()
      .temporal.api.common.v1.Payloads input = 5;
      Returns:
      Whether the input field is set.
    • getInput

      Payloads getInput()
      .temporal.api.common.v1.Payloads input = 5;
      Returns:
      The input.
    • getInputOrBuilder

      PayloadsOrBuilder getInputOrBuilder()
      .temporal.api.common.v1.Payloads input = 5;
    • hasWorkflowExecutionTimeout

      boolean hasWorkflowExecutionTimeout()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
      Returns:
      Whether the workflowExecutionTimeout field is set.
    • getWorkflowExecutionTimeout

      com.google.protobuf.Duration getWorkflowExecutionTimeout()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
      Returns:
      The workflowExecutionTimeout.
    • getWorkflowExecutionTimeoutOrBuilder

      com.google.protobuf.DurationOrBuilder getWorkflowExecutionTimeoutOrBuilder()
       Total workflow execution timeout including retries and continue as new.
       
      .google.protobuf.Duration workflow_execution_timeout = 6;
    • hasWorkflowRunTimeout

      boolean hasWorkflowRunTimeout()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
      Returns:
      Whether the workflowRunTimeout field is set.
    • getWorkflowRunTimeout

      com.google.protobuf.Duration getWorkflowRunTimeout()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
      Returns:
      The workflowRunTimeout.
    • getWorkflowRunTimeoutOrBuilder

      com.google.protobuf.DurationOrBuilder getWorkflowRunTimeoutOrBuilder()
       Timeout of a single workflow run.
       
      .google.protobuf.Duration workflow_run_timeout = 7;
    • hasWorkflowTaskTimeout

      boolean hasWorkflowTaskTimeout()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
      Returns:
      Whether the workflowTaskTimeout field is set.
    • getWorkflowTaskTimeout

      com.google.protobuf.Duration getWorkflowTaskTimeout()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
      Returns:
      The workflowTaskTimeout.
    • getWorkflowTaskTimeoutOrBuilder

      com.google.protobuf.DurationOrBuilder getWorkflowTaskTimeoutOrBuilder()
       Timeout of a single workflow task.
       
      .google.protobuf.Duration workflow_task_timeout = 8;
    • getParentClosePolicyValue

      int getParentClosePolicyValue()
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 9;
      Returns:
      The enum numeric value on the wire for parentClosePolicy.
    • getParentClosePolicy

      ParentClosePolicy getParentClosePolicy()
       Default: PARENT_CLOSE_POLICY_TERMINATE.
       
      .temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 9;
      Returns:
      The parentClosePolicy.
    • getControl

      @Deprecated String getControl()
      Deprecated.
      temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=765
       Deprecated.
       
      string control = 10 [deprecated = true];
      Returns:
      The control.
    • getControlBytes

      @Deprecated com.google.protobuf.ByteString getControlBytes()
      Deprecated.
      temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes.control is deprecated. See temporal/api/history/v1/message.proto;l=765
       Deprecated.
       
      string control = 10 [deprecated = true];
      Returns:
      The bytes for control.
    • getWorkflowTaskCompletedEventId

      long getWorkflowTaskCompletedEventId()
       The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
       
      int64 workflow_task_completed_event_id = 11;
      Returns:
      The workflowTaskCompletedEventId.
    • getWorkflowIdReusePolicyValue

      int getWorkflowIdReusePolicyValue()
       Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 12;
      Returns:
      The enum numeric value on the wire for workflowIdReusePolicy.
    • getWorkflowIdReusePolicy

      WorkflowIdReusePolicy getWorkflowIdReusePolicy()
       Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
       
      .temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 12;
      Returns:
      The workflowIdReusePolicy.
    • hasRetryPolicy

      boolean hasRetryPolicy()
      .temporal.api.common.v1.RetryPolicy retry_policy = 13;
      Returns:
      Whether the retryPolicy field is set.
    • getRetryPolicy

      RetryPolicy getRetryPolicy()
      .temporal.api.common.v1.RetryPolicy retry_policy = 13;
      Returns:
      The retryPolicy.
    • getRetryPolicyOrBuilder

      RetryPolicyOrBuilder getRetryPolicyOrBuilder()
      .temporal.api.common.v1.RetryPolicy retry_policy = 13;
    • getCronSchedule

      String getCronSchedule()
       If this child runs on a cron schedule, it will appear here
       
      string cron_schedule = 14;
      Returns:
      The cronSchedule.
    • getCronScheduleBytes

      com.google.protobuf.ByteString getCronScheduleBytes()
       If this child runs on a cron schedule, it will appear here
       
      string cron_schedule = 14;
      Returns:
      The bytes for cronSchedule.
    • hasHeader

      boolean hasHeader()
      .temporal.api.common.v1.Header header = 15;
      Returns:
      Whether the header field is set.
    • getHeader

      Header getHeader()
      .temporal.api.common.v1.Header header = 15;
      Returns:
      The header.
    • getHeaderOrBuilder

      HeaderOrBuilder getHeaderOrBuilder()
      .temporal.api.common.v1.Header header = 15;
    • hasMemo

      boolean hasMemo()
      .temporal.api.common.v1.Memo memo = 16;
      Returns:
      Whether the memo field is set.
    • getMemo

      Memo getMemo()
      .temporal.api.common.v1.Memo memo = 16;
      Returns:
      The memo.
    • getMemoOrBuilder

      MemoOrBuilder getMemoOrBuilder()
      .temporal.api.common.v1.Memo memo = 16;
    • hasSearchAttributes

      boolean hasSearchAttributes()
      .temporal.api.common.v1.SearchAttributes search_attributes = 17;
      Returns:
      Whether the searchAttributes field is set.
    • getSearchAttributes

      SearchAttributes getSearchAttributes()
      .temporal.api.common.v1.SearchAttributes search_attributes = 17;
      Returns:
      The searchAttributes.
    • getSearchAttributesOrBuilder

      SearchAttributesOrBuilder getSearchAttributesOrBuilder()
      .temporal.api.common.v1.SearchAttributes search_attributes = 17;
    • getInheritBuildId

      @Deprecated boolean getInheritBuildId()
      Deprecated.
      temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes.inherit_build_id is deprecated. See temporal/api/history/v1/message.proto;l=779
       If this is set, the child workflow inherits the Build ID of the parent. Otherwise, the assignment
       rules of the child's Task Queue will be used to independently assign a Build ID to it.
       Deprecated. Only considered for versioning v0.2.
       
      bool inherit_build_id = 19 [deprecated = true];
      Returns:
      The inheritBuildId.
    • hasPriority

      boolean hasPriority()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 20;
      Returns:
      Whether the priority field is set.
    • getPriority

      Priority getPriority()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 20;
      Returns:
      The priority.
    • getPriorityOrBuilder

      PriorityOrBuilder getPriorityOrBuilder()
       Priority metadata
       
      .temporal.api.common.v1.Priority priority = 20;
    • hasTimeSkippingConfig

      boolean hasTimeSkippingConfig()
       The propagated time-skipping configuration for the child workflow.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 21;
      Returns:
      Whether the timeSkippingConfig field is set.
    • getTimeSkippingConfig

      TimeSkippingConfig getTimeSkippingConfig()
       The propagated time-skipping configuration for the child workflow.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 21;
      Returns:
      The timeSkippingConfig.
    • getTimeSkippingConfigOrBuilder

      TimeSkippingConfigOrBuilder getTimeSkippingConfigOrBuilder()
       The propagated time-skipping configuration for the child workflow.
       
      .temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 21;
    • hasTimeSkippingStatePropagation

      boolean hasTimeSkippingStatePropagation()
       The time-skipping state propagated from the parent workflow. This can be nil if no time skipping
       has occurred or there is no previous run.
       
      .temporal.api.common.v1.TimeSkippingStatePropagation time_skipping_state_propagation = 23;
      Returns:
      Whether the timeSkippingStatePropagation field is set.
    • getTimeSkippingStatePropagation

      TimeSkippingStatePropagation getTimeSkippingStatePropagation()
       The time-skipping state propagated from the parent workflow. This can be nil if no time skipping
       has occurred or there is no previous run.
       
      .temporal.api.common.v1.TimeSkippingStatePropagation time_skipping_state_propagation = 23;
      Returns:
      The timeSkippingStatePropagation.
    • getTimeSkippingStatePropagationOrBuilder

      TimeSkippingStatePropagationOrBuilder getTimeSkippingStatePropagationOrBuilder()
       The time-skipping state propagated from the parent workflow. This can be nil if no time skipping
       has occurred or there is no previous run.
       
      .temporal.api.common.v1.TimeSkippingStatePropagation time_skipping_state_propagation = 23;
    • hasVersioningOverride

      boolean hasVersioningOverride()
       Versioning override requested for the child workflow. If present, this explicit override
       takes precedence over versioning behavior inherited from the parent workflow.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 24;
      Returns:
      Whether the versioningOverride field is set.
    • getVersioningOverride

      VersioningOverride getVersioningOverride()
       Versioning override requested for the child workflow. If present, this explicit override
       takes precedence over versioning behavior inherited from the parent workflow.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 24;
      Returns:
      The versioningOverride.
    • getVersioningOverrideOrBuilder

      VersioningOverrideOrBuilder getVersioningOverrideOrBuilder()
       Versioning override requested for the child workflow. If present, this explicit override
       takes precedence over versioning behavior inherited from the parent workflow.
       
      .temporal.api.workflow.v1.VersioningOverride versioning_override = 24;