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 Deprecated Methods Modifier and Type Method Description java.lang.StringgetBinaryChecksum()Deprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated.com.google.protobuf.ByteStringgetBinaryChecksumBytes()Deprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated.java.lang.StringgetBuildId()Worker build id.com.google.protobuf.ByteStringgetBuildIdBytes()Worker build id.com.google.protobuf.TimestampgetCreateTime().google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder().google.protobuf.Timestamp create_time = 4;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;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
-
getBuildId
java.lang.String getBuildId()
Worker build id.
string build_id = 7;- Returns:
- The buildId.
-
getBuildIdBytes
com.google.protobuf.ByteString getBuildIdBytes()
Worker build id.
string build_id = 7;- Returns:
- The bytes for buildId.
-
getBinaryChecksum
@Deprecated java.lang.String getBinaryChecksum()
Deprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated. See temporal/api/workflow/v1/message.proto;l=374Deprecated. A worker binary version identifier.
string binary_checksum = 1 [deprecated = true];- Returns:
- The binaryChecksum.
-
getBinaryChecksumBytes
@Deprecated com.google.protobuf.ByteString getBinaryChecksumBytes()
Deprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated. See temporal/api/workflow/v1/message.proto;l=374Deprecated. A worker binary version identifier.
string binary_checksum = 1 [deprecated = true];- 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;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
.google.protobuf.Timestamp create_time = 4;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
.google.protobuf.Timestamp create_time = 4;
-
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;- 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;- 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;
-
getResettable
boolean getResettable()
false if the reset point has pending childWFs/reqCancels/signalExternals.
bool resettable = 6;- Returns:
- The resettable.
-
-