Package com.google.cloud.aiplatform.v1
Enum StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase
- java.lang.Object
-
- java.lang.Enum<StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase>
-
- com.google.cloud.aiplatform.v1.StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase>
- Enclosing class:
- StudySpec.ParameterSpec.ConditionalParameterSpec
public static enum StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase extends Enum<StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PARENT_CATEGORICAL_VALUES
PARENT_DISCRETE_VALUES
PARENT_INT_VALUES
PARENTVALUECONDITION_NOT_SET
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase
forNumber(int value)
int
getNumber()
static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase
valueOf(int value)
Deprecated.static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PARENT_DISCRETE_VALUES
public static final StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase PARENT_DISCRETE_VALUES
-
PARENT_INT_VALUES
public static final StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase PARENT_INT_VALUES
-
PARENT_CATEGORICAL_VALUES
public static final StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase PARENT_CATEGORICAL_VALUES
-
PARENTVALUECONDITION_NOT_SET
public static final StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase PARENTVALUECONDITION_NOT_SET
-
-
Method Detail
-
values
public static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase[] 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 (StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase c : StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase 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
-
valueOf
@Deprecated public static StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase 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 StudySpec.ParameterSpec.ConditionalParameterSpec.ParentValueConditionCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-