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
Modifier and TypeMethodDescriptionDeprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated.com.google.protobuf.ByteStringDeprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated.Worker build id.com.google.protobuf.ByteStringWorker build id.com.google.protobuf.Timestamp.google.protobuf.Timestamp create_time = 4;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp create_time = 4;com.google.protobuf.Timestamp(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo.com.google.protobuf.TimestampOrBuilder(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo.longEvent ID of the first WorkflowTaskCompleted event processed by this worker build.booleanfalse if the reset point has pending childWFs/reqCancels/signalExternals.getRunId()The first run ID in the execution chain that was touched by this worker build.com.google.protobuf.ByteStringThe first run ID in the execution chain that was touched by this worker build.boolean.google.protobuf.Timestamp create_time = 4;boolean(-- api-linter: core::0214::resource-expiry=disabled aip.dev/not-precedent: TTL is not defined for ResetPointInfo.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBuildId
-
getBuildIdBytes
com.google.protobuf.ByteString getBuildIdBytes()Worker build id.
string build_id = 7;- Returns:
- The bytes for buildId.
-
getBinaryChecksum
Deprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated. See temporal/api/workflow/v1/message.proto;l=408Deprecated. A worker binary version identifier.
string binary_checksum = 1 [deprecated = true];- Returns:
- The binaryChecksum.
-
getBinaryChecksumBytes
Deprecated.temporal.api.workflow.v1.ResetPointInfo.binary_checksum is deprecated. See temporal/api/workflow/v1/message.proto;l=408Deprecated. A worker binary version identifier.
string binary_checksum = 1 [deprecated = true];- Returns:
- The bytes for binaryChecksum.
-
getRunId
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.
-