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