Package feast.proto.types
Enum ValueProto.ValueType.Enum
- java.lang.Object
-
- java.lang.Enum<ValueProto.ValueType.Enum>
-
- feast.proto.types.ValueProto.ValueType.Enum
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ValueProto.ValueType.Enum>
- Enclosing class:
- ValueProto.ValueType
public static enum ValueProto.ValueType.Enum extends Enum<ValueProto.ValueType.Enum> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfeast.types.ValueType.Enum
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BOOLBOOL = 7;BOOL_LISTBOOL_LIST = 17;BYTESBYTES = 1;BYTES_LISTBYTES_LIST = 11;DOUBLEDOUBLE = 5;DOUBLE_LISTDOUBLE_LIST = 15;FLOATFLOAT = 6;FLOAT_LISTFLOAT_LIST = 16;INT32INT32 = 3;INT32_LISTINT32_LIST = 13;INT64INT64 = 4;INT64_LISTINT64_LIST = 14;INVALIDINVALID = 0;NULLNULL = 19;STRINGSTRING = 2;STRING_LISTSTRING_LIST = 12;UNIX_TIMESTAMPUNIX_TIMESTAMP = 8;UNIX_TIMESTAMP_LISTUNIX_TIMESTAMP_LIST = 18;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intBOOL_LIST_VALUEBOOL_LIST = 17;static intBOOL_VALUEBOOL = 7;static intBYTES_LIST_VALUEBYTES_LIST = 11;static intBYTES_VALUEBYTES = 1;static intDOUBLE_LIST_VALUEDOUBLE_LIST = 15;static intDOUBLE_VALUEDOUBLE = 5;static intFLOAT_LIST_VALUEFLOAT_LIST = 16;static intFLOAT_VALUEFLOAT = 6;static intINT32_LIST_VALUEINT32_LIST = 13;static intINT32_VALUEINT32 = 3;static intINT64_LIST_VALUEINT64_LIST = 14;static intINT64_VALUEINT64 = 4;static intINVALID_VALUEINVALID = 0;static intNULL_VALUENULL = 19;static intSTRING_LIST_VALUESTRING_LIST = 12;static intSTRING_VALUESTRING = 2;static intUNIX_TIMESTAMP_LIST_VALUEUNIX_TIMESTAMP_LIST = 18;static intUNIX_TIMESTAMP_VALUEUNIX_TIMESTAMP = 8;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ValueProto.ValueType.EnumforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ValueProto.ValueType.Enum>internalGetValueMap()static ValueProto.ValueType.EnumvalueOf(int value)Deprecated.static ValueProto.ValueType.EnumvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ValueProto.ValueType.EnumvalueOf(String name)Returns the enum constant of this type with the specified name.static ValueProto.ValueType.Enum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INVALID
public static final ValueProto.ValueType.Enum INVALID
INVALID = 0;
-
BYTES
public static final ValueProto.ValueType.Enum BYTES
BYTES = 1;
-
STRING
public static final ValueProto.ValueType.Enum STRING
STRING = 2;
-
INT32
public static final ValueProto.ValueType.Enum INT32
INT32 = 3;
-
INT64
public static final ValueProto.ValueType.Enum INT64
INT64 = 4;
-
DOUBLE
public static final ValueProto.ValueType.Enum DOUBLE
DOUBLE = 5;
-
FLOAT
public static final ValueProto.ValueType.Enum FLOAT
FLOAT = 6;
-
BOOL
public static final ValueProto.ValueType.Enum BOOL
BOOL = 7;
-
UNIX_TIMESTAMP
public static final ValueProto.ValueType.Enum UNIX_TIMESTAMP
UNIX_TIMESTAMP = 8;
-
BYTES_LIST
public static final ValueProto.ValueType.Enum BYTES_LIST
BYTES_LIST = 11;
-
STRING_LIST
public static final ValueProto.ValueType.Enum STRING_LIST
STRING_LIST = 12;
-
INT32_LIST
public static final ValueProto.ValueType.Enum INT32_LIST
INT32_LIST = 13;
-
INT64_LIST
public static final ValueProto.ValueType.Enum INT64_LIST
INT64_LIST = 14;
-
DOUBLE_LIST
public static final ValueProto.ValueType.Enum DOUBLE_LIST
DOUBLE_LIST = 15;
-
FLOAT_LIST
public static final ValueProto.ValueType.Enum FLOAT_LIST
FLOAT_LIST = 16;
-
BOOL_LIST
public static final ValueProto.ValueType.Enum BOOL_LIST
BOOL_LIST = 17;
-
UNIX_TIMESTAMP_LIST
public static final ValueProto.ValueType.Enum UNIX_TIMESTAMP_LIST
UNIX_TIMESTAMP_LIST = 18;
-
NULL
public static final ValueProto.ValueType.Enum NULL
NULL = 19;
-
UNRECOGNIZED
public static final ValueProto.ValueType.Enum UNRECOGNIZED
-
-
Field Detail
-
INVALID_VALUE
public static final int INVALID_VALUE
INVALID = 0;- See Also:
- Constant Field Values
-
BYTES_VALUE
public static final int BYTES_VALUE
BYTES = 1;- See Also:
- Constant Field Values
-
STRING_VALUE
public static final int STRING_VALUE
STRING = 2;- See Also:
- Constant Field Values
-
INT32_VALUE
public static final int INT32_VALUE
INT32 = 3;- See Also:
- Constant Field Values
-
INT64_VALUE
public static final int INT64_VALUE
INT64 = 4;- See Also:
- Constant Field Values
-
DOUBLE_VALUE
public static final int DOUBLE_VALUE
DOUBLE = 5;- See Also:
- Constant Field Values
-
FLOAT_VALUE
public static final int FLOAT_VALUE
FLOAT = 6;- See Also:
- Constant Field Values
-
BOOL_VALUE
public static final int BOOL_VALUE
BOOL = 7;- See Also:
- Constant Field Values
-
UNIX_TIMESTAMP_VALUE
public static final int UNIX_TIMESTAMP_VALUE
UNIX_TIMESTAMP = 8;- See Also:
- Constant Field Values
-
BYTES_LIST_VALUE
public static final int BYTES_LIST_VALUE
BYTES_LIST = 11;- See Also:
- Constant Field Values
-
STRING_LIST_VALUE
public static final int STRING_LIST_VALUE
STRING_LIST = 12;- See Also:
- Constant Field Values
-
INT32_LIST_VALUE
public static final int INT32_LIST_VALUE
INT32_LIST = 13;- See Also:
- Constant Field Values
-
INT64_LIST_VALUE
public static final int INT64_LIST_VALUE
INT64_LIST = 14;- See Also:
- Constant Field Values
-
DOUBLE_LIST_VALUE
public static final int DOUBLE_LIST_VALUE
DOUBLE_LIST = 15;- See Also:
- Constant Field Values
-
FLOAT_LIST_VALUE
public static final int FLOAT_LIST_VALUE
FLOAT_LIST = 16;- See Also:
- Constant Field Values
-
BOOL_LIST_VALUE
public static final int BOOL_LIST_VALUE
BOOL_LIST = 17;- See Also:
- Constant Field Values
-
UNIX_TIMESTAMP_LIST_VALUE
public static final int UNIX_TIMESTAMP_LIST_VALUE
UNIX_TIMESTAMP_LIST = 18;- See Also:
- Constant Field Values
-
NULL_VALUE
public static final int NULL_VALUE
NULL = 19;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ValueProto.ValueType.Enum[] 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 (ValueProto.ValueType.Enum c : ValueProto.ValueType.Enum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ValueProto.ValueType.Enum 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
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static ValueProto.ValueType.Enum 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 ValueProto.ValueType.Enum forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ValueProto.ValueType.Enum> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static ValueProto.ValueType.Enum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- 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
-
-