Enum Class ActivityIdReusePolicy
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ActivityIdReusePolicy>,Constable
@Generated(value="protoc",
comments="annotations:ActivityIdReusePolicy.java.pb.meta")
public enum ActivityIdReusePolicy
extends Enum<ActivityIdReusePolicy>
implements com.google.protobuf.ProtocolMessageEnum
Defines whether to allow re-using an activity ID from a previously *closed* activity. If the request is denied, the server returns an `ActivityExecutionAlreadyStarted` error. See `ActivityIdConflictPolicy` for handling ID duplication with a *running* activity.Protobuf enum
temporal.api.enums.v1.ActivityIdReusePolicy-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAlways allow starting an activity using the same activity ID.Allow starting an activity using the same ID only when the last activity's final state is one of {failed, canceled, terminated, timed out}.Do not permit re-use of the ID for this activity.ACTIVITY_ID_REUSE_POLICY_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAllow starting an activity using the same ID only when the last activity's final state is one of {failed, canceled, terminated, timed out}.static final intAlways allow starting an activity using the same activity ID.static final intDo not permit re-use of the ID for this activity.static final intACTIVITY_ID_REUSE_POLICY_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic ActivityIdReusePolicyforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ActivityIdReusePolicy> static ActivityIdReusePolicyvalueOf(int value) Deprecated.static ActivityIdReusePolicyvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static ActivityIdReusePolicyReturns the enum constant of this class with the specified name.static ActivityIdReusePolicy[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVITY_ID_REUSE_POLICY_UNSPECIFIED
ACTIVITY_ID_REUSE_POLICY_UNSPECIFIED = 0; -
ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE
Always allow starting an activity using the same activity ID.
ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE = 1; -
ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY
Allow starting an activity using the same ID only when the last activity's final state is one of {failed, canceled, terminated, timed out}.ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY = 2; -
ACTIVITY_ID_REUSE_POLICY_REJECT_DUPLICATE
Do not permit re-use of the ID for this activity. Future start requests could potentially change the policy, allowing re-use of the ID.
ACTIVITY_ID_REUSE_POLICY_REJECT_DUPLICATE = 3; -
UNRECOGNIZED
-
-
Field Details
-
ACTIVITY_ID_REUSE_POLICY_UNSPECIFIED_VALUE
public static final int ACTIVITY_ID_REUSE_POLICY_UNSPECIFIED_VALUEACTIVITY_ID_REUSE_POLICY_UNSPECIFIED = 0;- See Also:
-
ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_VALUE
public static final int ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_VALUEAlways allow starting an activity using the same activity ID.
ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE = 1;- See Also:
-
ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY_VALUE
public static final int ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY_VALUEAllow starting an activity using the same ID only when the last activity's final state is one of {failed, canceled, terminated, timed out}.ACTIVITY_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY = 2;- See Also:
-
ACTIVITY_ID_REUSE_POLICY_REJECT_DUPLICATE_VALUE
public static final int ACTIVITY_ID_REUSE_POLICY_REJECT_DUPLICATE_VALUEDo not permit re-use of the ID for this activity. Future start requests could potentially change the policy, allowing re-use of the ID.
ACTIVITY_ID_REUSE_POLICY_REJECT_DUPLICATE = 3;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ActivityIdReusePolicy valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-