Interface BatchOperationResetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOperationReset,BatchOperationReset.Builder
@Generated(value="protoc",
comments="annotations:BatchOperationResetOrBuilder.java.pb.meta")
public interface BatchOperationResetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe identity of the worker/client.com.google.protobuf.ByteStringThe identity of the worker/client.Describes what to reset to and how.Describes what to reset to and how.getPostResetOperations(int index) Operations to perform after the workflow has been reset.intOperations to perform after the workflow has been reset.Operations to perform after the workflow has been reset.getPostResetOperationsOrBuilder(int index) Operations to perform after the workflow has been reset.List<? extends PostResetOperationOrBuilder> Operations to perform after the workflow has been reset.Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated.intDeprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated.Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated.intDeprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated.booleanDescribes what to reset to and how.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
-
getIdentity
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the worker/client.
string identity = 3;- Returns:
- The bytes for identity.
-
hasOptions
boolean hasOptions()Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
.temporal.api.common.v1.ResetOptions options = 4;- Returns:
- Whether the options field is set.
-
getOptions
ResetOptions getOptions()Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
.temporal.api.common.v1.ResetOptions options = 4;- Returns:
- The options.
-
getOptionsOrBuilder
ResetOptionsOrBuilder getOptionsOrBuilder()Describes what to reset to and how. If set, `reset_type` and `reset_reapply_type` are ignored.
.temporal.api.common.v1.ResetOptions options = 4; -
getResetTypeValue
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated. See temporal/api/batch/v1/message.proto;l=108Deprecated. Use `options`.
.temporal.api.enums.v1.ResetType reset_type = 1 [deprecated = true];- Returns:
- The enum numeric value on the wire for resetType.
-
getResetType
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated. See temporal/api/batch/v1/message.proto;l=108Deprecated. Use `options`.
.temporal.api.enums.v1.ResetType reset_type = 1 [deprecated = true];- Returns:
- The resetType.
-
getResetReapplyTypeValue
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated. See temporal/api/batch/v1/message.proto;l=110Deprecated. Use `options`.
.temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2 [deprecated = true];- Returns:
- The enum numeric value on the wire for resetReapplyType.
-
getResetReapplyType
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated. See temporal/api/batch/v1/message.proto;l=110Deprecated. Use `options`.
.temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2 [deprecated = true];- Returns:
- The resetReapplyType.
-
getPostResetOperationsList
List<PostResetOperation> getPostResetOperationsList()Operations to perform after the workflow has been reset. These operations will be applied to the *new* run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated
repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5; -
getPostResetOperations
Operations to perform after the workflow has been reset. These operations will be applied to the *new* run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated
repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5; -
getPostResetOperationsCount
int getPostResetOperationsCount()Operations to perform after the workflow has been reset. These operations will be applied to the *new* run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated
repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5; -
getPostResetOperationsOrBuilderList
List<? extends PostResetOperationOrBuilder> getPostResetOperationsOrBuilderList()Operations to perform after the workflow has been reset. These operations will be applied to the *new* run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated
repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5; -
getPostResetOperationsOrBuilder
Operations to perform after the workflow has been reset. These operations will be applied to the *new* run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated
repeated .temporal.api.workflow.v1.PostResetOperation post_reset_operations = 5;
-