Enum Class NexusOperationIdReusePolicy

java.lang.Object
java.lang.Enum<NexusOperationIdReusePolicy>
io.temporal.api.enums.v1.NexusOperationIdReusePolicy
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<NexusOperationIdReusePolicy>, Constable

@Generated(value="protoc", comments="annotations:NexusOperationIdReusePolicy.java.pb.meta") public enum NexusOperationIdReusePolicy extends Enum<NexusOperationIdReusePolicy> implements com.google.protobuf.ProtocolMessageEnum
 Defines whether to allow re-using an operation ID from a previously *closed* Nexus operation.
 If the request is denied, the server returns a `NexusOperationAlreadyStarted` error.

 See `NexusOperationIdConflictPolicy` for handling ID duplication with a *running* operation.
 
Protobuf enum temporal.api.enums.v1.NexusOperationIdReusePolicy
  • Enum Constant Details

    • NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED

      public static final NexusOperationIdReusePolicy NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED
      NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED = 0;
    • NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE

      public static final NexusOperationIdReusePolicy NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE
       Always allow starting an operation using the same operation ID.
       
      NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE = 1;
    • NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY

      public static final NexusOperationIdReusePolicy NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY
       Allow starting an operation using the same ID only when the last operation's final state is one
       of {failed, canceled, terminated, timed out}.
       
      NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY = 2;
    • NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE

      public static final NexusOperationIdReusePolicy NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE
       Do not permit re-use of the ID for this operation. Future start requests could potentially change the policy,
       allowing re-use of the ID.
       
      NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE = 3;
    • UNRECOGNIZED

      public static final NexusOperationIdReusePolicy UNRECOGNIZED
  • Field Details

    • NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED_VALUE

      public static final int NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED_VALUE
      NEXUS_OPERATION_ID_REUSE_POLICY_UNSPECIFIED = 0;
      See Also:
    • NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_VALUE

      public static final int NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_VALUE
       Always allow starting an operation using the same operation ID.
       
      NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE = 1;
      See Also:
    • NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY_VALUE

      public static final int NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY_VALUE
       Allow starting an operation using the same ID only when the last operation's final state is one
       of {failed, canceled, terminated, timed out}.
       
      NEXUS_OPERATION_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY = 2;
      See Also:
    • NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE_VALUE

      public static final int NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE_VALUE
       Do not permit re-use of the ID for this operation. Future start requests could potentially change the policy,
       allowing re-use of the ID.
       
      NEXUS_OPERATION_ID_REUSE_POLICY_REJECT_DUPLICATE = 3;
      See Also:
  • Method Details

    • values

      public static NexusOperationIdReusePolicy[] 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

      public static NexusOperationIdReusePolicy valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static NexusOperationIdReusePolicy valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static NexusOperationIdReusePolicy forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<NexusOperationIdReusePolicy> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static NexusOperationIdReusePolicy 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 name
      NullPointerException - if the argument is null