Package io.temporal.api.workflow.v1
Interface WorkflowExecutionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowExecutionInfo,WorkflowExecutionInfo.Builder
@Generated(value="protoc", comments="annotations:WorkflowExecutionInfoOrBuilder.java.pb.meta") public interface WorkflowExecutionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResetPointsgetAutoResetPoints().temporal.api.workflow.v1.ResetPoints auto_reset_points = 12;ResetPointsOrBuildergetAutoResetPointsOrBuilder().temporal.api.workflow.v1.ResetPoints auto_reset_points = 12;com.google.protobuf.TimestampgetCloseTime().google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];com.google.protobuf.TimestampOrBuildergetCloseTimeOrBuilder().google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];WorkflowExecutiongetExecution().temporal.api.common.v1.WorkflowExecution execution = 1;WorkflowExecutionOrBuildergetExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution execution = 1;com.google.protobuf.TimestampgetExecutionTime().google.protobuf.Timestamp execution_time = 9 [(.gogoproto.stdtime) = true];com.google.protobuf.TimestampOrBuildergetExecutionTimeOrBuilder().google.protobuf.Timestamp execution_time = 9 [(.gogoproto.stdtime) = true];longgetHistoryLength()int64 history_length = 6;longgetHistorySizeBytes()int64 history_size_bytes = 15;MemogetMemo().temporal.api.common.v1.Memo memo = 10;MemoOrBuildergetMemoOrBuilder().temporal.api.common.v1.Memo memo = 10;WorkerVersionStampgetMostRecentWorkerVersionStamp()If set, the most recent worker version stamp that appeared in a workflow task completionWorkerVersionStampOrBuildergetMostRecentWorkerVersionStampOrBuilder()If set, the most recent worker version stamp that appeared in a workflow task completionWorkflowExecutiongetParentExecution().temporal.api.common.v1.WorkflowExecution parent_execution = 8;WorkflowExecutionOrBuildergetParentExecutionOrBuilder().temporal.api.common.v1.WorkflowExecution parent_execution = 8;java.lang.StringgetParentNamespaceId()string parent_namespace_id = 7;com.google.protobuf.ByteStringgetParentNamespaceIdBytes()string parent_namespace_id = 7;SearchAttributesgetSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 11;SearchAttributesOrBuildergetSearchAttributesOrBuilder().temporal.api.common.v1.SearchAttributes search_attributes = 11;com.google.protobuf.TimestampgetStartTime().google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder().google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];longgetStateTransitionCount()int64 state_transition_count = 14;WorkflowExecutionStatusgetStatus().temporal.api.enums.v1.WorkflowExecutionStatus status = 5;intgetStatusValue().temporal.api.enums.v1.WorkflowExecutionStatus status = 5;java.lang.StringgetTaskQueue()string task_queue = 13;com.google.protobuf.ByteStringgetTaskQueueBytes()string task_queue = 13;WorkflowTypegetType().temporal.api.common.v1.WorkflowType type = 2;WorkflowTypeOrBuildergetTypeOrBuilder().temporal.api.common.v1.WorkflowType type = 2;booleanhasAutoResetPoints().temporal.api.workflow.v1.ResetPoints auto_reset_points = 12;booleanhasCloseTime().google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];booleanhasExecution().temporal.api.common.v1.WorkflowExecution execution = 1;booleanhasExecutionTime().google.protobuf.Timestamp execution_time = 9 [(.gogoproto.stdtime) = true];booleanhasMemo().temporal.api.common.v1.Memo memo = 10;booleanhasMostRecentWorkerVersionStamp()If set, the most recent worker version stamp that appeared in a workflow task completionbooleanhasParentExecution().temporal.api.common.v1.WorkflowExecution parent_execution = 8;booleanhasSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 11;booleanhasStartTime().google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];booleanhasType().temporal.api.common.v1.WorkflowType type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasExecution
boolean hasExecution()
.temporal.api.common.v1.WorkflowExecution execution = 1;- Returns:
- Whether the execution field is set.
-
getExecution
WorkflowExecution getExecution()
.temporal.api.common.v1.WorkflowExecution execution = 1;- Returns:
- The execution.
-
getExecutionOrBuilder
WorkflowExecutionOrBuilder getExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution execution = 1;
-
hasType
boolean hasType()
.temporal.api.common.v1.WorkflowType type = 2;- Returns:
- Whether the type field is set.
-
getType
WorkflowType getType()
.temporal.api.common.v1.WorkflowType type = 2;- Returns:
- The type.
-
getTypeOrBuilder
WorkflowTypeOrBuilder getTypeOrBuilder()
.temporal.api.common.v1.WorkflowType type = 2;
-
hasStartTime
boolean hasStartTime()
.google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
.google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
.google.protobuf.Timestamp start_time = 3 [(.gogoproto.stdtime) = true];
-
hasCloseTime
boolean hasCloseTime()
.google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];- Returns:
- Whether the closeTime field is set.
-
getCloseTime
com.google.protobuf.Timestamp getCloseTime()
.google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];- Returns:
- The closeTime.
-
getCloseTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCloseTimeOrBuilder()
.google.protobuf.Timestamp close_time = 4 [(.gogoproto.stdtime) = true];
-
getStatusValue
int getStatusValue()
.temporal.api.enums.v1.WorkflowExecutionStatus status = 5;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
WorkflowExecutionStatus getStatus()
.temporal.api.enums.v1.WorkflowExecutionStatus status = 5;- Returns:
- The status.
-
getHistoryLength
long getHistoryLength()
int64 history_length = 6;- Returns:
- The historyLength.
-
getParentNamespaceId
java.lang.String getParentNamespaceId()
string parent_namespace_id = 7;- Returns:
- The parentNamespaceId.
-
getParentNamespaceIdBytes
com.google.protobuf.ByteString getParentNamespaceIdBytes()
string parent_namespace_id = 7;- Returns:
- The bytes for parentNamespaceId.
-
hasParentExecution
boolean hasParentExecution()
.temporal.api.common.v1.WorkflowExecution parent_execution = 8;- Returns:
- Whether the parentExecution field is set.
-
getParentExecution
WorkflowExecution getParentExecution()
.temporal.api.common.v1.WorkflowExecution parent_execution = 8;- Returns:
- The parentExecution.
-
getParentExecutionOrBuilder
WorkflowExecutionOrBuilder getParentExecutionOrBuilder()
.temporal.api.common.v1.WorkflowExecution parent_execution = 8;
-
hasExecutionTime
boolean hasExecutionTime()
.google.protobuf.Timestamp execution_time = 9 [(.gogoproto.stdtime) = true];- Returns:
- Whether the executionTime field is set.
-
getExecutionTime
com.google.protobuf.Timestamp getExecutionTime()
.google.protobuf.Timestamp execution_time = 9 [(.gogoproto.stdtime) = true];- Returns:
- The executionTime.
-
getExecutionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExecutionTimeOrBuilder()
.google.protobuf.Timestamp execution_time = 9 [(.gogoproto.stdtime) = true];
-
hasMemo
boolean hasMemo()
.temporal.api.common.v1.Memo memo = 10;- Returns:
- Whether the memo field is set.
-
getMemo
Memo getMemo()
.temporal.api.common.v1.Memo memo = 10;- Returns:
- The memo.
-
getMemoOrBuilder
MemoOrBuilder getMemoOrBuilder()
.temporal.api.common.v1.Memo memo = 10;
-
hasSearchAttributes
boolean hasSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 11;- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
SearchAttributes getSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 11;- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
SearchAttributesOrBuilder getSearchAttributesOrBuilder()
.temporal.api.common.v1.SearchAttributes search_attributes = 11;
-
hasAutoResetPoints
boolean hasAutoResetPoints()
.temporal.api.workflow.v1.ResetPoints auto_reset_points = 12;- Returns:
- Whether the autoResetPoints field is set.
-
getAutoResetPoints
ResetPoints getAutoResetPoints()
.temporal.api.workflow.v1.ResetPoints auto_reset_points = 12;- Returns:
- The autoResetPoints.
-
getAutoResetPointsOrBuilder
ResetPointsOrBuilder getAutoResetPointsOrBuilder()
.temporal.api.workflow.v1.ResetPoints auto_reset_points = 12;
-
getTaskQueue
java.lang.String getTaskQueue()
string task_queue = 13;- Returns:
- The taskQueue.
-
getTaskQueueBytes
com.google.protobuf.ByteString getTaskQueueBytes()
string task_queue = 13;- Returns:
- The bytes for taskQueue.
-
getStateTransitionCount
long getStateTransitionCount()
int64 state_transition_count = 14;- Returns:
- The stateTransitionCount.
-
getHistorySizeBytes
long getHistorySizeBytes()
int64 history_size_bytes = 15;- Returns:
- The historySizeBytes.
-
hasMostRecentWorkerVersionStamp
boolean hasMostRecentWorkerVersionStamp()
If set, the most recent worker version stamp that appeared in a workflow task completion
.temporal.api.common.v1.WorkerVersionStamp most_recent_worker_version_stamp = 16;- Returns:
- Whether the mostRecentWorkerVersionStamp field is set.
-
getMostRecentWorkerVersionStamp
WorkerVersionStamp getMostRecentWorkerVersionStamp()
If set, the most recent worker version stamp that appeared in a workflow task completion
.temporal.api.common.v1.WorkerVersionStamp most_recent_worker_version_stamp = 16;- Returns:
- The mostRecentWorkerVersionStamp.
-
getMostRecentWorkerVersionStampOrBuilder
WorkerVersionStampOrBuilder getMostRecentWorkerVersionStampOrBuilder()
If set, the most recent worker version stamp that appeared in a workflow task completion
.temporal.api.common.v1.WorkerVersionStamp most_recent_worker_version_stamp = 16;
-
-