Package io.temporal.api.batch.v1
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
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetIdentity()The identity of the worker/client.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/client.ResetOptionsgetOptions()Describes what to reset to and how.ResetOptionsOrBuildergetOptionsOrBuilder()Describes what to reset to and how.PostResetOperationgetPostResetOperations(int index)Operations to perform after the workflow has been reset.intgetPostResetOperationsCount()Operations to perform after the workflow has been reset.java.util.List<PostResetOperation>getPostResetOperationsList()Operations to perform after the workflow has been reset.PostResetOperationOrBuildergetPostResetOperationsOrBuilder(int index)Operations to perform after the workflow has been reset.java.util.List<? extends PostResetOperationOrBuilder>getPostResetOperationsOrBuilderList()Operations to perform after the workflow has been reset.ResetReapplyTypegetResetReapplyType()Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated.intgetResetReapplyTypeValue()Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated.ResetTypegetResetType()Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated.intgetResetTypeValue()Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated.booleanhasOptions()Describes what to reset to and how.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client.
string identity = 3;- Returns:
- The identity.
-
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 int getResetTypeValue()
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated. See temporal/api/batch/v1/message.proto;l=81Deprecated. Use `options`.
.temporal.api.enums.v1.ResetType reset_type = 1 [deprecated = true];- Returns:
- The enum numeric value on the wire for resetType.
-
getResetType
@Deprecated ResetType getResetType()
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_type is deprecated. See temporal/api/batch/v1/message.proto;l=81Deprecated. Use `options`.
.temporal.api.enums.v1.ResetType reset_type = 1 [deprecated = true];- Returns:
- The resetType.
-
getResetReapplyTypeValue
@Deprecated int getResetReapplyTypeValue()
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated. See temporal/api/batch/v1/message.proto;l=83Deprecated. 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 ResetReapplyType getResetReapplyType()
Deprecated.temporal.api.batch.v1.BatchOperationReset.reset_reapply_type is deprecated. See temporal/api/batch/v1/message.proto;l=83Deprecated. Use `options`.
.temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2 [deprecated = true];- Returns:
- The resetReapplyType.
-
getPostResetOperationsList
java.util.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
PostResetOperation getPostResetOperations(int index)
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
java.util.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
PostResetOperationOrBuilder getPostResetOperationsOrBuilder(int index)
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;
-
-