Package io.temporal.api.command.v1
Class StartChildWorkflowExecutionCommandAttributes
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,StartChildWorkflowExecutionCommandAttributesOrBuilder,java.io.Serializable
@Generated(value="protoc", comments="annotations:StartChildWorkflowExecutionCommandAttributes.java.pb.meta") public final class StartChildWorkflowExecutionCommandAttributes extends com.google.protobuf.GeneratedMessageV3 implements StartChildWorkflowExecutionCommandAttributesOrBuilderProtobuf typetemporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStartChildWorkflowExecutionCommandAttributes.BuilderProtobuf typetemporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTROL_FIELD_NUMBERstatic intCRON_SCHEDULE_FIELD_NUMBERstatic intHEADER_FIELD_NUMBERstatic intINPUT_FIELD_NUMBERstatic intMEMO_FIELD_NUMBERstatic intNAMESPACE_FIELD_NUMBERstatic intPARENT_CLOSE_POLICY_FIELD_NUMBERstatic intRETRY_POLICY_FIELD_NUMBERstatic intSEARCH_ATTRIBUTES_FIELD_NUMBERstatic intTASK_QUEUE_FIELD_NUMBERstatic intUSE_COMPATIBLE_VERSION_FIELD_NUMBERstatic intWORKFLOW_EXECUTION_TIMEOUT_FIELD_NUMBERstatic intWORKFLOW_ID_FIELD_NUMBERstatic intWORKFLOW_ID_REUSE_POLICY_FIELD_NUMBERstatic intWORKFLOW_RUN_TIMEOUT_FIELD_NUMBERstatic intWORKFLOW_TASK_TIMEOUT_FIELD_NUMBERstatic intWORKFLOW_TYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetControl()string control = 10;com.google.protobuf.ByteStringgetControlBytes()string control = 10;java.lang.StringgetCronSchedule()Establish a cron schedule for the child workflow.com.google.protobuf.ByteStringgetCronScheduleBytes()Establish a cron schedule for the child workflow.static StartChildWorkflowExecutionCommandAttributesgetDefaultInstance()StartChildWorkflowExecutionCommandAttributesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()HeadergetHeader().temporal.api.common.v1.Header header = 14;HeaderOrBuildergetHeaderOrBuilder().temporal.api.common.v1.Header header = 14;PayloadsgetInput().temporal.api.common.v1.Payloads input = 5;PayloadsOrBuildergetInputOrBuilder().temporal.api.common.v1.Payloads input = 5;MemogetMemo().temporal.api.common.v1.Memo memo = 15;MemoOrBuildergetMemoOrBuilder().temporal.api.common.v1.Memo memo = 15;java.lang.StringgetNamespace()string namespace = 1;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 1;ParentClosePolicygetParentClosePolicy()Default: PARENT_CLOSE_POLICY_TERMINATE.intgetParentClosePolicyValue()Default: PARENT_CLOSE_POLICY_TERMINATE.com.google.protobuf.Parser<StartChildWorkflowExecutionCommandAttributes>getParserForType()RetryPolicygetRetryPolicy().temporal.api.common.v1.RetryPolicy retry_policy = 12;RetryPolicyOrBuildergetRetryPolicyOrBuilder().temporal.api.common.v1.RetryPolicy retry_policy = 12;SearchAttributesgetSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 16;SearchAttributesOrBuildergetSearchAttributesOrBuilder().temporal.api.common.v1.SearchAttributes search_attributes = 16;intgetSerializedSize()TaskQueuegetTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 4;TaskQueueOrBuildergetTaskQueueOrBuilder().temporal.api.taskqueue.v1.TaskQueue task_queue = 4;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleangetUseCompatibleVersion()If this is set, the workflow executing this command wishes to start the child workflow using a version compatible with the version that this workflow most recently ran on, if such behavior is possible.com.google.protobuf.DurationgetWorkflowExecutionTimeout()Total workflow execution timeout including retries and continue as new.com.google.protobuf.DurationOrBuildergetWorkflowExecutionTimeoutOrBuilder()Total workflow execution timeout including retries and continue as new.java.lang.StringgetWorkflowId()string workflow_id = 2;com.google.protobuf.ByteStringgetWorkflowIdBytes()string workflow_id = 2;WorkflowIdReusePolicygetWorkflowIdReusePolicy()Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.intgetWorkflowIdReusePolicyValue()Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.com.google.protobuf.DurationgetWorkflowRunTimeout()Timeout of a single workflow run.com.google.protobuf.DurationOrBuildergetWorkflowRunTimeoutOrBuilder()Timeout of a single workflow run.com.google.protobuf.DurationgetWorkflowTaskTimeout()Timeout of a single workflow task.com.google.protobuf.DurationOrBuildergetWorkflowTaskTimeoutOrBuilder()Timeout of a single workflow task.WorkflowTypegetWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 3;WorkflowTypeOrBuildergetWorkflowTypeOrBuilder().temporal.api.common.v1.WorkflowType workflow_type = 3;inthashCode()booleanhasHeader().temporal.api.common.v1.Header header = 14;booleanhasInput().temporal.api.common.v1.Payloads input = 5;booleanhasMemo().temporal.api.common.v1.Memo memo = 15;booleanhasRetryPolicy().temporal.api.common.v1.RetryPolicy retry_policy = 12;booleanhasSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 16;booleanhasTaskQueue().temporal.api.taskqueue.v1.TaskQueue task_queue = 4;booleanhasWorkflowExecutionTimeout()Total workflow execution timeout including retries and continue as new.booleanhasWorkflowRunTimeout()Timeout of a single workflow run.booleanhasWorkflowTaskTimeout()Timeout of a single workflow task.booleanhasWorkflowType().temporal.api.common.v1.WorkflowType workflow_type = 3;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static StartChildWorkflowExecutionCommandAttributes.BuildernewBuilder()static StartChildWorkflowExecutionCommandAttributes.BuildernewBuilder(StartChildWorkflowExecutionCommandAttributes prototype)StartChildWorkflowExecutionCommandAttributes.BuildernewBuilderForType()protected StartChildWorkflowExecutionCommandAttributes.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static StartChildWorkflowExecutionCommandAttributesparseDelimitedFrom(java.io.InputStream input)static StartChildWorkflowExecutionCommandAttributesparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartChildWorkflowExecutionCommandAttributesparseFrom(byte[] data)static StartChildWorkflowExecutionCommandAttributesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartChildWorkflowExecutionCommandAttributesparseFrom(com.google.protobuf.ByteString data)static StartChildWorkflowExecutionCommandAttributesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartChildWorkflowExecutionCommandAttributesparseFrom(com.google.protobuf.CodedInputStream input)static StartChildWorkflowExecutionCommandAttributesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartChildWorkflowExecutionCommandAttributesparseFrom(java.io.InputStream input)static StartChildWorkflowExecutionCommandAttributesparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StartChildWorkflowExecutionCommandAttributesparseFrom(java.nio.ByteBuffer data)static StartChildWorkflowExecutionCommandAttributesparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<StartChildWorkflowExecutionCommandAttributes>parser()StartChildWorkflowExecutionCommandAttributes.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAMESPACE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_ID_FIELD_NUMBER
public static final int WORKFLOW_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_TYPE_FIELD_NUMBER
public static final int WORKFLOW_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TASK_QUEUE_FIELD_NUMBER
public static final int TASK_QUEUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INPUT_FIELD_NUMBER
public static final int INPUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_EXECUTION_TIMEOUT_FIELD_NUMBER
public static final int WORKFLOW_EXECUTION_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_RUN_TIMEOUT_FIELD_NUMBER
public static final int WORKFLOW_RUN_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_TASK_TIMEOUT_FIELD_NUMBER
public static final int WORKFLOW_TASK_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARENT_CLOSE_POLICY_FIELD_NUMBER
public static final int PARENT_CLOSE_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTROL_FIELD_NUMBER
public static final int CONTROL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WORKFLOW_ID_REUSE_POLICY_FIELD_NUMBER
public static final int WORKFLOW_ID_REUSE_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RETRY_POLICY_FIELD_NUMBER
public static final int RETRY_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CRON_SCHEDULE_FIELD_NUMBER
public static final int CRON_SCHEDULE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MEMO_FIELD_NUMBER
public static final int MEMO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SEARCH_ATTRIBUTES_FIELD_NUMBER
public static final int SEARCH_ATTRIBUTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USE_COMPATIBLE_VERSION_FIELD_NUMBER
public static final int USE_COMPATIBLE_VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getNamespace
public java.lang.String getNamespace()
string namespace = 1;- Specified by:
getNamespacein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1;- Specified by:
getNamespaceBytesin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The bytes for namespace.
-
getWorkflowId
public java.lang.String getWorkflowId()
string workflow_id = 2;- Specified by:
getWorkflowIdin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The workflowId.
-
getWorkflowIdBytes
public com.google.protobuf.ByteString getWorkflowIdBytes()
string workflow_id = 2;- Specified by:
getWorkflowIdBytesin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The bytes for workflowId.
-
hasWorkflowType
public boolean hasWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 3;- Specified by:
hasWorkflowTypein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the workflowType field is set.
-
getWorkflowType
public WorkflowType getWorkflowType()
.temporal.api.common.v1.WorkflowType workflow_type = 3;- Specified by:
getWorkflowTypein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The workflowType.
-
getWorkflowTypeOrBuilder
public WorkflowTypeOrBuilder getWorkflowTypeOrBuilder()
.temporal.api.common.v1.WorkflowType workflow_type = 3;- Specified by:
getWorkflowTypeOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasTaskQueue
public boolean hasTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 4;- Specified by:
hasTaskQueuein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the taskQueue field is set.
-
getTaskQueue
public TaskQueue getTaskQueue()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 4;- Specified by:
getTaskQueuein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The taskQueue.
-
getTaskQueueOrBuilder
public TaskQueueOrBuilder getTaskQueueOrBuilder()
.temporal.api.taskqueue.v1.TaskQueue task_queue = 4;- Specified by:
getTaskQueueOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasInput
public boolean hasInput()
.temporal.api.common.v1.Payloads input = 5;- Specified by:
hasInputin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the input field is set.
-
getInput
public Payloads getInput()
.temporal.api.common.v1.Payloads input = 5;- Specified by:
getInputin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The input.
-
getInputOrBuilder
public PayloadsOrBuilder getInputOrBuilder()
.temporal.api.common.v1.Payloads input = 5;- Specified by:
getInputOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasWorkflowExecutionTimeout
public boolean hasWorkflowExecutionTimeout()
Total workflow execution timeout including retries and continue as new.
.google.protobuf.Duration workflow_execution_timeout = 6 [(.gogoproto.stdduration) = true];- Specified by:
hasWorkflowExecutionTimeoutin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the workflowExecutionTimeout field is set.
-
getWorkflowExecutionTimeout
public com.google.protobuf.Duration getWorkflowExecutionTimeout()
Total workflow execution timeout including retries and continue as new.
.google.protobuf.Duration workflow_execution_timeout = 6 [(.gogoproto.stdduration) = true];- Specified by:
getWorkflowExecutionTimeoutin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The workflowExecutionTimeout.
-
getWorkflowExecutionTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getWorkflowExecutionTimeoutOrBuilder()
Total workflow execution timeout including retries and continue as new.
.google.protobuf.Duration workflow_execution_timeout = 6 [(.gogoproto.stdduration) = true];- Specified by:
getWorkflowExecutionTimeoutOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasWorkflowRunTimeout
public boolean hasWorkflowRunTimeout()
Timeout of a single workflow run.
.google.protobuf.Duration workflow_run_timeout = 7 [(.gogoproto.stdduration) = true];- Specified by:
hasWorkflowRunTimeoutin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the workflowRunTimeout field is set.
-
getWorkflowRunTimeout
public com.google.protobuf.Duration getWorkflowRunTimeout()
Timeout of a single workflow run.
.google.protobuf.Duration workflow_run_timeout = 7 [(.gogoproto.stdduration) = true];- Specified by:
getWorkflowRunTimeoutin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The workflowRunTimeout.
-
getWorkflowRunTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getWorkflowRunTimeoutOrBuilder()
Timeout of a single workflow run.
.google.protobuf.Duration workflow_run_timeout = 7 [(.gogoproto.stdduration) = true];- Specified by:
getWorkflowRunTimeoutOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasWorkflowTaskTimeout
public boolean hasWorkflowTaskTimeout()
Timeout of a single workflow task.
.google.protobuf.Duration workflow_task_timeout = 8 [(.gogoproto.stdduration) = true];- Specified by:
hasWorkflowTaskTimeoutin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the workflowTaskTimeout field is set.
-
getWorkflowTaskTimeout
public com.google.protobuf.Duration getWorkflowTaskTimeout()
Timeout of a single workflow task.
.google.protobuf.Duration workflow_task_timeout = 8 [(.gogoproto.stdduration) = true];- Specified by:
getWorkflowTaskTimeoutin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The workflowTaskTimeout.
-
getWorkflowTaskTimeoutOrBuilder
public com.google.protobuf.DurationOrBuilder getWorkflowTaskTimeoutOrBuilder()
Timeout of a single workflow task.
.google.protobuf.Duration workflow_task_timeout = 8 [(.gogoproto.stdduration) = true];- Specified by:
getWorkflowTaskTimeoutOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
getParentClosePolicyValue
public int getParentClosePolicyValue()
Default: PARENT_CLOSE_POLICY_TERMINATE.
.temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 9;- Specified by:
getParentClosePolicyValuein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The enum numeric value on the wire for parentClosePolicy.
-
getParentClosePolicy
public ParentClosePolicy getParentClosePolicy()
Default: PARENT_CLOSE_POLICY_TERMINATE.
.temporal.api.enums.v1.ParentClosePolicy parent_close_policy = 9;- Specified by:
getParentClosePolicyin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The parentClosePolicy.
-
getControl
public java.lang.String getControl()
string control = 10;- Specified by:
getControlin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The control.
-
getControlBytes
public com.google.protobuf.ByteString getControlBytes()
string control = 10;- Specified by:
getControlBytesin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The bytes for control.
-
getWorkflowIdReusePolicyValue
public int getWorkflowIdReusePolicyValue()
Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
.temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;- Specified by:
getWorkflowIdReusePolicyValuein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The enum numeric value on the wire for workflowIdReusePolicy.
-
getWorkflowIdReusePolicy
public WorkflowIdReusePolicy getWorkflowIdReusePolicy()
Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
.temporal.api.enums.v1.WorkflowIdReusePolicy workflow_id_reuse_policy = 11;- Specified by:
getWorkflowIdReusePolicyin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The workflowIdReusePolicy.
-
hasRetryPolicy
public boolean hasRetryPolicy()
.temporal.api.common.v1.RetryPolicy retry_policy = 12;- Specified by:
hasRetryPolicyin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the retryPolicy field is set.
-
getRetryPolicy
public RetryPolicy getRetryPolicy()
.temporal.api.common.v1.RetryPolicy retry_policy = 12;- Specified by:
getRetryPolicyin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The retryPolicy.
-
getRetryPolicyOrBuilder
public RetryPolicyOrBuilder getRetryPolicyOrBuilder()
.temporal.api.common.v1.RetryPolicy retry_policy = 12;- Specified by:
getRetryPolicyOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
getCronSchedule
public java.lang.String getCronSchedule()
Establish a cron schedule for the child workflow.
string cron_schedule = 13;- Specified by:
getCronSchedulein interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The cronSchedule.
-
getCronScheduleBytes
public com.google.protobuf.ByteString getCronScheduleBytes()
Establish a cron schedule for the child workflow.
string cron_schedule = 13;- Specified by:
getCronScheduleBytesin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The bytes for cronSchedule.
-
hasHeader
public boolean hasHeader()
.temporal.api.common.v1.Header header = 14;- Specified by:
hasHeaderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the header field is set.
-
getHeader
public Header getHeader()
.temporal.api.common.v1.Header header = 14;- Specified by:
getHeaderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The header.
-
getHeaderOrBuilder
public HeaderOrBuilder getHeaderOrBuilder()
.temporal.api.common.v1.Header header = 14;- Specified by:
getHeaderOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasMemo
public boolean hasMemo()
.temporal.api.common.v1.Memo memo = 15;- Specified by:
hasMemoin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the memo field is set.
-
getMemo
public Memo getMemo()
.temporal.api.common.v1.Memo memo = 15;- Specified by:
getMemoin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The memo.
-
getMemoOrBuilder
public MemoOrBuilder getMemoOrBuilder()
.temporal.api.common.v1.Memo memo = 15;- Specified by:
getMemoOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
hasSearchAttributes
public boolean hasSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 16;- Specified by:
hasSearchAttributesin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
public SearchAttributes getSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 16;- Specified by:
getSearchAttributesin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
public SearchAttributesOrBuilder getSearchAttributesOrBuilder()
.temporal.api.common.v1.SearchAttributes search_attributes = 16;- Specified by:
getSearchAttributesOrBuilderin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder
-
getUseCompatibleVersion
public boolean getUseCompatibleVersion()
If this is set, the workflow executing this command wishes to start the child workflow using a version compatible with the version that this workflow most recently ran on, if such behavior is possible.
bool use_compatible_version = 17;- Specified by:
getUseCompatibleVersionin interfaceStartChildWorkflowExecutionCommandAttributesOrBuilder- Returns:
- The useCompatibleVersion.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static StartChildWorkflowExecutionCommandAttributes parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static StartChildWorkflowExecutionCommandAttributes parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static StartChildWorkflowExecutionCommandAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public StartChildWorkflowExecutionCommandAttributes.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static StartChildWorkflowExecutionCommandAttributes.Builder newBuilder()
-
newBuilder
public static StartChildWorkflowExecutionCommandAttributes.Builder newBuilder(StartChildWorkflowExecutionCommandAttributes prototype)
-
toBuilder
public StartChildWorkflowExecutionCommandAttributes.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected StartChildWorkflowExecutionCommandAttributes.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static StartChildWorkflowExecutionCommandAttributes getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<StartChildWorkflowExecutionCommandAttributes> parser()
-
getParserForType
public com.google.protobuf.Parser<StartChildWorkflowExecutionCommandAttributes> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public StartChildWorkflowExecutionCommandAttributes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-