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 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.ResetReapplyTypegetResetReapplyType()History event reapply options (deprecated, use `options`).intgetResetReapplyTypeValue()History event reapply options (deprecated, use `options`).ResetTypegetResetType()Reset type (deprecated, use `options`).intgetResetTypeValue()Reset type (deprecated, use `options`).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
int getResetTypeValue()
Reset type (deprecated, use `options`).
.temporal.api.enums.v1.ResetType reset_type = 1;- Returns:
- The enum numeric value on the wire for resetType.
-
getResetType
ResetType getResetType()
Reset type (deprecated, use `options`).
.temporal.api.enums.v1.ResetType reset_type = 1;- Returns:
- The resetType.
-
getResetReapplyTypeValue
int getResetReapplyTypeValue()
History event reapply options (deprecated, use `options`).
.temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2;- Returns:
- The enum numeric value on the wire for resetReapplyType.
-
getResetReapplyType
ResetReapplyType getResetReapplyType()
History event reapply options (deprecated, use `options`).
.temporal.api.enums.v1.ResetReapplyType reset_reapply_type = 2;- Returns:
- The resetReapplyType.
-
-