Package com.google.cloud.optimization.v1
Enum InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
- java.lang.Object
-
- java.lang.Enum<InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level>
-
- com.google.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level>
- Enclosing class:
- InjectedSolutionConstraint.ConstraintRelaxation.Relaxation
public static enum InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level extends Enum<InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level> implements com.google.protobuf.ProtocolMessageEnum
Expresses the different constraint relaxation levels, which are applied for a visit and those that follow when it satisfies the threshold conditions. The enumeration below is in order of increasing relaxation.
Protobuf enumgoogle.cloud.optimization.v1.InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
-
-
Enum Constant Summary
Enum Constants Enum Constant Description LEVEL_UNSPECIFIED
Implicit default relaxation level: no constraints are relaxed, i.e., all visits are fully constrained.RELAX_ALL_AFTER_THRESHOLD
Same as `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD`, but the vehicle is also relaxed: visits are completely free at or after the threshold time and can potentially become unperformed.RELAX_VISIT_TIMES_AFTER_THRESHOLD
Visit start times and vehicle start/end times will be relaxed, but each visit remains bound to the same vehicle and the visit sequence must be observed: no visit can be inserted between them or before them.RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD
Same as `RELAX_VISIT_TIMES_AFTER_THRESHOLD`, but the visit sequence is also relaxed: visits can only be performed by this vehicle, but can potentially become unperformed.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
LEVEL_UNSPECIFIED_VALUE
Implicit default relaxation level: no constraints are relaxed, i.e., all visits are fully constrained.static int
RELAX_ALL_AFTER_THRESHOLD_VALUE
Same as `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD`, but the vehicle is also relaxed: visits are completely free at or after the threshold time and can potentially become unperformed.static int
RELAX_VISIT_TIMES_AFTER_THRESHOLD_VALUE
Visit start times and vehicle start/end times will be relaxed, but each visit remains bound to the same vehicle and the visit sequence must be observed: no visit can be inserted between them or before them.static int
RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD_VALUE
Same as `RELAX_VISIT_TIMES_AFTER_THRESHOLD`, but the visit sequence is also relaxed: visits can only be performed by this vehicle, but can potentially become unperformed.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level>
internalGetValueMap()
static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
valueOf(int value)
Deprecated.static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level
valueOf(String name)
Returns the enum constant of this type with the specified name.static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
LEVEL_UNSPECIFIED
public static final InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level LEVEL_UNSPECIFIED
Implicit default relaxation level: no constraints are relaxed, i.e., all visits are fully constrained. This value must not be explicitly used in `level`.
LEVEL_UNSPECIFIED = 0;
-
RELAX_VISIT_TIMES_AFTER_THRESHOLD
public static final InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level RELAX_VISIT_TIMES_AFTER_THRESHOLD
Visit start times and vehicle start/end times will be relaxed, but each visit remains bound to the same vehicle and the visit sequence must be observed: no visit can be inserted between them or before them.
RELAX_VISIT_TIMES_AFTER_THRESHOLD = 1;
-
RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD
public static final InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD
Same as `RELAX_VISIT_TIMES_AFTER_THRESHOLD`, but the visit sequence is also relaxed: visits can only be performed by this vehicle, but can potentially become unperformed.
RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD = 2;
-
RELAX_ALL_AFTER_THRESHOLD
public static final InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level RELAX_ALL_AFTER_THRESHOLD
Same as `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD`, but the vehicle is also relaxed: visits are completely free at or after the threshold time and can potentially become unperformed.
RELAX_ALL_AFTER_THRESHOLD = 3;
-
UNRECOGNIZED
public static final InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level UNRECOGNIZED
-
-
Field Detail
-
LEVEL_UNSPECIFIED_VALUE
public static final int LEVEL_UNSPECIFIED_VALUE
Implicit default relaxation level: no constraints are relaxed, i.e., all visits are fully constrained. This value must not be explicitly used in `level`.
LEVEL_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
RELAX_VISIT_TIMES_AFTER_THRESHOLD_VALUE
public static final int RELAX_VISIT_TIMES_AFTER_THRESHOLD_VALUE
Visit start times and vehicle start/end times will be relaxed, but each visit remains bound to the same vehicle and the visit sequence must be observed: no visit can be inserted between them or before them.
RELAX_VISIT_TIMES_AFTER_THRESHOLD = 1;
- See Also:
- Constant Field Values
-
RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD_VALUE
public static final int RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD_VALUE
Same as `RELAX_VISIT_TIMES_AFTER_THRESHOLD`, but the visit sequence is also relaxed: visits can only be performed by this vehicle, but can potentially become unperformed.
RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD = 2;
- See Also:
- Constant Field Values
-
RELAX_ALL_AFTER_THRESHOLD_VALUE
public static final int RELAX_ALL_AFTER_THRESHOLD_VALUE
Same as `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD`, but the vehicle is also relaxed: visits are completely free at or after the threshold time and can potentially become unperformed.
RELAX_ALL_AFTER_THRESHOLD = 3;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level c : InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level 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<InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static InjectedSolutionConstraint.ConstraintRelaxation.Relaxation.Level valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
-