Package feast.proto.core
Enum FeatureTransformationProto.FeatureTransformationV2.TransformationCase
- java.lang.Object
-
- java.lang.Enum<FeatureTransformationProto.FeatureTransformationV2.TransformationCase>
-
- feast.proto.core.FeatureTransformationProto.FeatureTransformationV2.TransformationCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<FeatureTransformationProto.FeatureTransformationV2.TransformationCase>
- Enclosing class:
- FeatureTransformationProto.FeatureTransformationV2
public static enum FeatureTransformationProto.FeatureTransformationV2.TransformationCase extends Enum<FeatureTransformationProto.FeatureTransformationV2.TransformationCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SUBSTRAIT_TRANSFORMATIONTRANSFORMATION_NOT_SETUSER_DEFINED_FUNCTION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FeatureTransformationProto.FeatureTransformationV2.TransformationCaseforNumber(int value)intgetNumber()static FeatureTransformationProto.FeatureTransformationV2.TransformationCasevalueOf(int value)Deprecated.static FeatureTransformationProto.FeatureTransformationV2.TransformationCasevalueOf(String name)Returns the enum constant of this type with the specified name.static FeatureTransformationProto.FeatureTransformationV2.TransformationCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
USER_DEFINED_FUNCTION
public static final FeatureTransformationProto.FeatureTransformationV2.TransformationCase USER_DEFINED_FUNCTION
-
SUBSTRAIT_TRANSFORMATION
public static final FeatureTransformationProto.FeatureTransformationV2.TransformationCase SUBSTRAIT_TRANSFORMATION
-
TRANSFORMATION_NOT_SET
public static final FeatureTransformationProto.FeatureTransformationV2.TransformationCase TRANSFORMATION_NOT_SET
-
-
Method Detail
-
values
public static FeatureTransformationProto.FeatureTransformationV2.TransformationCase[] 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 (FeatureTransformationProto.FeatureTransformationV2.TransformationCase c : FeatureTransformationProto.FeatureTransformationV2.TransformationCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FeatureTransformationProto.FeatureTransformationV2.TransformationCase 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 FeatureTransformationProto.FeatureTransformationV2.TransformationCase 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 FeatureTransformationProto.FeatureTransformationV2.TransformationCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-