Class WorkflowExecutionExtendedInfo.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<WorkflowExecutionExtendedInfo.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
io.temporal.api.workflow.v1.WorkflowExecutionExtendedInfo.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,WorkflowExecutionExtendedInfoOrBuilder,Cloneable
- Enclosing class:
WorkflowExecutionExtendedInfo
public static final class WorkflowExecutionExtendedInfo.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
implements WorkflowExecutionExtendedInfoOrBuilder
Holds all the extra information about workflow execution that is not part of Visibility.Protobuf type
temporal.api.workflow.v1.WorkflowExecutionExtendedInfo-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()indicates if the workflow received a cancel requestWorkflow execution expiration time is defined as workflow start time plus expiration timeout.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Last workflow reset time.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Original workflow start time.Information about the workflow execution pause operation.Reset Run ID points to the new run when this execution is reset.Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.clone()booleanRequest ID information (eg: history event information associated with the request ID).booleanindicates if the workflow received a cancel requeststatic final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptorcom.google.protobuf.TimestampWorkflow execution expiration time is defined as workflow start time plus expiration timeout.com.google.protobuf.Timestamp.BuilderWorkflow execution expiration time is defined as workflow start time plus expiration timeout.com.google.protobuf.TimestampOrBuilderWorkflow execution expiration time is defined as workflow start time plus expiration timeout.com.google.protobuf.TimestampLast workflow reset time.com.google.protobuf.Timestamp.BuilderLast workflow reset time.com.google.protobuf.TimestampOrBuilderLast workflow reset time.Deprecated.com.google.protobuf.TimestampOriginal workflow start time.com.google.protobuf.Timestamp.BuilderOriginal workflow start time.com.google.protobuf.TimestampOrBuilderOriginal workflow start time.Information about the workflow execution pause operation.Information about the workflow execution pause operation.Information about the workflow execution pause operation.Deprecated.intRequest ID information (eg: history event information associated with the request ID).Request ID information (eg: history event information associated with the request ID).getRequestIdInfosOrDefault(String key, RequestIdInfo defaultValue) Request ID information (eg: history event information associated with the request ID).Request ID information (eg: history event information associated with the request ID).Reset Run ID points to the new run when this execution is reset.com.google.protobuf.ByteStringReset Run ID points to the new run when this execution is reset.com.google.protobuf.TimestampWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.com.google.protobuf.Timestamp.BuilderWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.com.google.protobuf.TimestampOrBuilderWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.booleanWorkflow execution expiration time is defined as workflow start time plus expiration timeout.booleanLast workflow reset time.booleanOriginal workflow start time.booleanInformation about the workflow execution pause operation.booleanWorkflow run expiration time is defined as current workflow run start time plus workflow run timeout.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableprotected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number) protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number) final booleanmergeExecutionExpirationTime(com.google.protobuf.Timestamp value) Workflow execution expiration time is defined as workflow start time plus expiration timeout.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeLastResetTime(com.google.protobuf.Timestamp value) Last workflow reset time.mergeOriginalStartTime(com.google.protobuf.Timestamp value) Original workflow start time.Information about the workflow execution pause operation.mergeRunExpirationTime(com.google.protobuf.Timestamp value) Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) putAllRequestIdInfos(Map<String, RequestIdInfo> values) Request ID information (eg: history event information associated with the request ID).putRequestIdInfos(String key, RequestIdInfo value) Request ID information (eg: history event information associated with the request ID).Request ID information (eg: history event information associated with the request ID).Request ID information (eg: history event information associated with the request ID).setCancelRequested(boolean value) indicates if the workflow received a cancel requestsetExecutionExpirationTime(com.google.protobuf.Timestamp value) Workflow execution expiration time is defined as workflow start time plus expiration timeout.setExecutionExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue) Workflow execution expiration time is defined as workflow start time plus expiration timeout.setLastResetTime(com.google.protobuf.Timestamp value) Last workflow reset time.setLastResetTime(com.google.protobuf.Timestamp.Builder builderForValue) Last workflow reset time.setOriginalStartTime(com.google.protobuf.Timestamp value) Original workflow start time.setOriginalStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Original workflow start time.Information about the workflow execution pause operation.setPauseInfo(WorkflowExecutionPauseInfo.Builder builderForValue) Information about the workflow execution pause operation.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setResetRunId(String value) Reset Run ID points to the new run when this execution is reset.setResetRunIdBytes(com.google.protobuf.ByteString value) Reset Run ID points to the new run when this execution is reset.setRunExpirationTime(com.google.protobuf.Timestamp value) Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.setRunExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue) Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number) - Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number) - Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
setField
public WorkflowExecutionExtendedInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
clearField
public WorkflowExecutionExtendedInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
clearOneof
public WorkflowExecutionExtendedInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
setRepeatedField
public WorkflowExecutionExtendedInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
addRepeatedField
public WorkflowExecutionExtendedInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WorkflowExecutionExtendedInfo.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
mergeFrom
public WorkflowExecutionExtendedInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<WorkflowExecutionExtendedInfo.Builder>- Throws:
IOException
-
hasExecutionExpirationTime
public boolean hasExecutionExpirationTime()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1;- Specified by:
hasExecutionExpirationTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- Whether the executionExpirationTime field is set.
-
getExecutionExpirationTime
public com.google.protobuf.Timestamp getExecutionExpirationTime()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1;- Specified by:
getExecutionExpirationTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The executionExpirationTime.
-
setExecutionExpirationTime
public WorkflowExecutionExtendedInfo.Builder setExecutionExpirationTime(com.google.protobuf.Timestamp value) Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1; -
setExecutionExpirationTime
public WorkflowExecutionExtendedInfo.Builder setExecutionExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue) Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1; -
mergeExecutionExpirationTime
public WorkflowExecutionExtendedInfo.Builder mergeExecutionExpirationTime(com.google.protobuf.Timestamp value) Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1; -
clearExecutionExpirationTime
Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1; -
getExecutionExpirationTimeBuilder
public com.google.protobuf.Timestamp.Builder getExecutionExpirationTimeBuilder()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1; -
getExecutionExpirationTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getExecutionExpirationTimeOrBuilder()Workflow execution expiration time is defined as workflow start time plus expiration timeout. Workflow start time may change after workflow reset.
.google.protobuf.Timestamp execution_expiration_time = 1;- Specified by:
getExecutionExpirationTimeOrBuilderin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
hasRunExpirationTime
public boolean hasRunExpirationTime()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2;- Specified by:
hasRunExpirationTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- Whether the runExpirationTime field is set.
-
getRunExpirationTime
public com.google.protobuf.Timestamp getRunExpirationTime()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2;- Specified by:
getRunExpirationTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The runExpirationTime.
-
setRunExpirationTime
public WorkflowExecutionExtendedInfo.Builder setRunExpirationTime(com.google.protobuf.Timestamp value) Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2; -
setRunExpirationTime
public WorkflowExecutionExtendedInfo.Builder setRunExpirationTime(com.google.protobuf.Timestamp.Builder builderForValue) Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2; -
mergeRunExpirationTime
public WorkflowExecutionExtendedInfo.Builder mergeRunExpirationTime(com.google.protobuf.Timestamp value) Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2; -
clearRunExpirationTime
Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2; -
getRunExpirationTimeBuilder
public com.google.protobuf.Timestamp.Builder getRunExpirationTimeBuilder()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2; -
getRunExpirationTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getRunExpirationTimeOrBuilder()Workflow run expiration time is defined as current workflow run start time plus workflow run timeout.
.google.protobuf.Timestamp run_expiration_time = 2;- Specified by:
getRunExpirationTimeOrBuilderin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
getCancelRequested
public boolean getCancelRequested()indicates if the workflow received a cancel request
bool cancel_requested = 3;- Specified by:
getCancelRequestedin interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The cancelRequested.
-
setCancelRequested
indicates if the workflow received a cancel request
bool cancel_requested = 3;- Parameters:
value- The cancelRequested to set.- Returns:
- This builder for chaining.
-
clearCancelRequested
indicates if the workflow received a cancel request
bool cancel_requested = 3;- Returns:
- This builder for chaining.
-
hasLastResetTime
public boolean hasLastResetTime()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4;- Specified by:
hasLastResetTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- Whether the lastResetTime field is set.
-
getLastResetTime
public com.google.protobuf.Timestamp getLastResetTime()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4;- Specified by:
getLastResetTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The lastResetTime.
-
setLastResetTime
Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4; -
setLastResetTime
public WorkflowExecutionExtendedInfo.Builder setLastResetTime(com.google.protobuf.Timestamp.Builder builderForValue) Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4; -
mergeLastResetTime
public WorkflowExecutionExtendedInfo.Builder mergeLastResetTime(com.google.protobuf.Timestamp value) Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4; -
clearLastResetTime
Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4; -
getLastResetTimeBuilder
public com.google.protobuf.Timestamp.Builder getLastResetTimeBuilder()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4; -
getLastResetTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastResetTimeOrBuilder()Last workflow reset time. Nil if the workflow was never reset.
.google.protobuf.Timestamp last_reset_time = 4;- Specified by:
getLastResetTimeOrBuilderin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
hasOriginalStartTime
public boolean hasOriginalStartTime()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5;- Specified by:
hasOriginalStartTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- Whether the originalStartTime field is set.
-
getOriginalStartTime
public com.google.protobuf.Timestamp getOriginalStartTime()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5;- Specified by:
getOriginalStartTimein interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The originalStartTime.
-
setOriginalStartTime
public WorkflowExecutionExtendedInfo.Builder setOriginalStartTime(com.google.protobuf.Timestamp value) Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5; -
setOriginalStartTime
public WorkflowExecutionExtendedInfo.Builder setOriginalStartTime(com.google.protobuf.Timestamp.Builder builderForValue) Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5; -
mergeOriginalStartTime
public WorkflowExecutionExtendedInfo.Builder mergeOriginalStartTime(com.google.protobuf.Timestamp value) Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5; -
clearOriginalStartTime
Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5; -
getOriginalStartTimeBuilder
public com.google.protobuf.Timestamp.Builder getOriginalStartTimeBuilder()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5; -
getOriginalStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getOriginalStartTimeOrBuilder()Original workflow start time.
.google.protobuf.Timestamp original_start_time = 5;- Specified by:
getOriginalStartTimeOrBuilderin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
getResetRunId
Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Specified by:
getResetRunIdin interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The resetRunId.
-
getResetRunIdBytes
public com.google.protobuf.ByteString getResetRunIdBytes()Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Specified by:
getResetRunIdBytesin interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The bytes for resetRunId.
-
setResetRunId
Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Parameters:
value- The resetRunId to set.- Returns:
- This builder for chaining.
-
clearResetRunId
Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Returns:
- This builder for chaining.
-
setResetRunIdBytes
public WorkflowExecutionExtendedInfo.Builder setResetRunIdBytes(com.google.protobuf.ByteString value) Reset Run ID points to the new run when this execution is reset. If the execution is reset multiple times, it points to the latest run.
string reset_run_id = 6;- Parameters:
value- The bytes for resetRunId to set.- Returns:
- This builder for chaining.
-
getRequestIdInfosCount
public int getRequestIdInfosCount()Description copied from interface:WorkflowExecutionExtendedInfoOrBuilderRequest ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7;- Specified by:
getRequestIdInfosCountin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
containsRequestIdInfos
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7;- Specified by:
containsRequestIdInfosin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
getRequestIdInfos
Deprecated.UsegetRequestIdInfosMap()instead.- Specified by:
getRequestIdInfosin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
getRequestIdInfosMap
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7;- Specified by:
getRequestIdInfosMapin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
getRequestIdInfosOrDefault
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7;- Specified by:
getRequestIdInfosOrDefaultin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
getRequestIdInfosOrThrow
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7;- Specified by:
getRequestIdInfosOrThrowin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
clearRequestIdInfos
-
removeRequestIdInfos
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
getMutableRequestIdInfos
Deprecated.Use alternate mutation accessors instead. -
putRequestIdInfos
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
putAllRequestIdInfos
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
putRequestIdInfosBuilderIfAbsent
Request ID information (eg: history event information associated with the request ID). Note: It only contains request IDs from StartWorkflowExecution requests, including indirect calls (eg: if SignalWithStartWorkflowExecution starts a new workflow, then the request ID is used in the StartWorkflowExecution request).
map<string, .temporal.api.workflow.v1.RequestIdInfo> request_id_infos = 7; -
hasPauseInfo
public boolean hasPauseInfo()Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8;- Specified by:
hasPauseInfoin interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- Whether the pauseInfo field is set.
-
getPauseInfo
Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8;- Specified by:
getPauseInfoin interfaceWorkflowExecutionExtendedInfoOrBuilder- Returns:
- The pauseInfo.
-
setPauseInfo
Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8; -
setPauseInfo
public WorkflowExecutionExtendedInfo.Builder setPauseInfo(WorkflowExecutionPauseInfo.Builder builderForValue) Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8; -
mergePauseInfo
Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8; -
clearPauseInfo
Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8; -
getPauseInfoBuilder
Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8; -
getPauseInfoOrBuilder
Information about the workflow execution pause operation.
.temporal.api.workflow.v1.WorkflowExecutionPauseInfo pause_info = 8;- Specified by:
getPauseInfoOrBuilderin interfaceWorkflowExecutionExtendedInfoOrBuilder
-
setUnknownFields
public final WorkflowExecutionExtendedInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-
mergeUnknownFields
public final WorkflowExecutionExtendedInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<WorkflowExecutionExtendedInfo.Builder>
-