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