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 ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
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 Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-