public static enum AutoMlTablesInputs.Transformation.TransformationDetailCase extends Enum<AutoMlTablesInputs.Transformation.TransformationDetailCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AUTO |
CATEGORICAL |
NUMERIC |
REPEATED_CATEGORICAL |
REPEATED_NUMERIC |
REPEATED_TEXT |
TEXT |
TIMESTAMP |
TRANSFORMATIONDETAIL_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static AutoMlTablesInputs.Transformation.TransformationDetailCase |
forNumber(int value) |
int |
getNumber() |
static AutoMlTablesInputs.Transformation.TransformationDetailCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AutoMlTablesInputs.Transformation.TransformationDetailCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoMlTablesInputs.Transformation.TransformationDetailCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase AUTO
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase NUMERIC
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase CATEGORICAL
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase TIMESTAMP
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase TEXT
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase REPEATED_NUMERIC
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase REPEATED_CATEGORICAL
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase REPEATED_TEXT
public static final AutoMlTablesInputs.Transformation.TransformationDetailCase TRANSFORMATIONDETAIL_NOT_SET
public static AutoMlTablesInputs.Transformation.TransformationDetailCase[] values()
for (AutoMlTablesInputs.Transformation.TransformationDetailCase c : AutoMlTablesInputs.Transformation.TransformationDetailCase.values()) System.out.println(c);
public static AutoMlTablesInputs.Transformation.TransformationDetailCase 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 AutoMlTablesInputs.Transformation.TransformationDetailCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static AutoMlTablesInputs.Transformation.TransformationDetailCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2024 Google LLC. All rights reserved.