Package io.temporal.api.workflow.v1
Interface ResetPointInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResetPointInfo,ResetPointInfo.Builder
@Generated(value="protoc", comments="annotations:ResetPointInfoOrBuilder.java.pb.meta") public interface ResetPointInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBinaryChecksum()A worker binary version identifier, will be deprecated and superseded by a newer concept of build_id.com.google.protobuf.ByteStringgetBinaryChecksumBytes()A worker binary version identifier, will be deprecated and superseded by a newer concept of build_id.com.google.protobuf.TimestampgetCreateTime().google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true];com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder().google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true];com.google.protobuf.TimestampgetExpireTime()(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo.com.google.protobuf.TimestampOrBuildergetExpireTimeOrBuilder()(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo.longgetFirstWorkflowTaskCompletedId()Event ID of the first WorkflowTaskCompleted event processed by this worker build.booleangetResettable()false if the reset point has pending childWFs/reqCancels/signalExternals.java.lang.StringgetRunId()The first run ID in the execution chain that was touched by this worker build.com.google.protobuf.ByteStringgetRunIdBytes()The first run ID in the execution chain that was touched by this worker build.booleanhasCreateTime().google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true];booleanhasExpireTime()(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBinaryChecksum
java.lang.String getBinaryChecksum()
A worker binary version identifier, will be deprecated and superseded by a newer concept of build_id.
string binary_checksum = 1;- Returns:
- The binaryChecksum.
-
getBinaryChecksumBytes
com.google.protobuf.ByteString getBinaryChecksumBytes()
A worker binary version identifier, will be deprecated and superseded by a newer concept of build_id.
string binary_checksum = 1;- Returns:
- The bytes for binaryChecksum.
-
getRunId
java.lang.String getRunId()
The first run ID in the execution chain that was touched by this worker build.
string run_id = 2;- Returns:
- The runId.
-
getRunIdBytes
com.google.protobuf.ByteString getRunIdBytes()
The first run ID in the execution chain that was touched by this worker build.
string run_id = 2;- Returns:
- The bytes for runId.
-
getFirstWorkflowTaskCompletedId
long getFirstWorkflowTaskCompletedId()
Event ID of the first WorkflowTaskCompleted event processed by this worker build.
int64 first_workflow_task_completed_id = 3;- Returns:
- The firstWorkflowTaskCompletedId.
-
hasCreateTime
boolean hasCreateTime()
.google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
.google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
.google.protobuf.Timestamp create_time = 4 [(.gogoproto.stdtime) = true];
-
hasExpireTime
boolean hasExpireTime()
(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) The time that the run is deleted due to retention..google.protobuf.Timestamp expire_time = 5 [(.gogoproto.stdtime) = true];- Returns:
- Whether the expireTime field is set.
-
getExpireTime
com.google.protobuf.Timestamp getExpireTime()
(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) The time that the run is deleted due to retention..google.protobuf.Timestamp expire_time = 5 [(.gogoproto.stdtime) = true];- Returns:
- The expireTime.
-
getExpireTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo. --) The time that the run is deleted due to retention..google.protobuf.Timestamp expire_time = 5 [(.gogoproto.stdtime) = true];
-
getResettable
boolean getResettable()
false if the reset point has pending childWFs/reqCancels/signalExternals.
bool resettable = 6;- Returns:
- The resettable.
-
-