public static enum NasJobSpec.NasAlgorithmSpecCase extends Enum<NasJobSpec.NasAlgorithmSpecCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
MULTI_TRIAL_ALGORITHM_SPEC |
NASALGORITHMSPEC_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static NasJobSpec.NasAlgorithmSpecCase |
forNumber(int value) |
int |
getNumber() |
static NasJobSpec.NasAlgorithmSpecCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NasJobSpec.NasAlgorithmSpecCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NasJobSpec.NasAlgorithmSpecCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NasJobSpec.NasAlgorithmSpecCase MULTI_TRIAL_ALGORITHM_SPEC
public static final NasJobSpec.NasAlgorithmSpecCase NASALGORITHMSPEC_NOT_SET
public static NasJobSpec.NasAlgorithmSpecCase[] values()
for (NasJobSpec.NasAlgorithmSpecCase c : NasJobSpec.NasAlgorithmSpecCase.values()) System.out.println(c);
public static NasJobSpec.NasAlgorithmSpecCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static NasJobSpec.NasAlgorithmSpecCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static NasJobSpec.NasAlgorithmSpecCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.