Package feast.proto.core
Enum FeatureSetProto.FeatureSetStatus
- java.lang.Object
-
- java.lang.Enum<FeatureSetProto.FeatureSetStatus>
-
- feast.proto.core.FeatureSetProto.FeatureSetStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<FeatureSetProto.FeatureSetStatus>
- Enclosing class:
- FeatureSetProto
public static enum FeatureSetProto.FeatureSetStatus extends Enum<FeatureSetProto.FeatureSetStatus> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfeast.core.FeatureSetStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STATUS_INVALIDSTATUS_INVALID = 0;STATUS_JOB_STARTINGSTATUS_JOB_STARTING = 3;STATUS_PENDINGSTATUS_PENDING = 1;STATUS_READYSTATUS_READY = 2;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intSTATUS_INVALID_VALUESTATUS_INVALID = 0;static intSTATUS_JOB_STARTING_VALUESTATUS_JOB_STARTING = 3;static intSTATUS_PENDING_VALUESTATUS_PENDING = 1;static intSTATUS_READY_VALUESTATUS_READY = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static FeatureSetProto.FeatureSetStatusforNumber(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<FeatureSetProto.FeatureSetStatus>internalGetValueMap()static FeatureSetProto.FeatureSetStatusvalueOf(int value)Deprecated.static FeatureSetProto.FeatureSetStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FeatureSetProto.FeatureSetStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static FeatureSetProto.FeatureSetStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
STATUS_INVALID
public static final FeatureSetProto.FeatureSetStatus STATUS_INVALID
STATUS_INVALID = 0;
-
STATUS_PENDING
public static final FeatureSetProto.FeatureSetStatus STATUS_PENDING
STATUS_PENDING = 1;
-
STATUS_JOB_STARTING
public static final FeatureSetProto.FeatureSetStatus STATUS_JOB_STARTING
STATUS_JOB_STARTING = 3;
-
STATUS_READY
public static final FeatureSetProto.FeatureSetStatus STATUS_READY
STATUS_READY = 2;
-
UNRECOGNIZED
public static final FeatureSetProto.FeatureSetStatus UNRECOGNIZED
-
-
Field Detail
-
STATUS_INVALID_VALUE
public static final int STATUS_INVALID_VALUE
STATUS_INVALID = 0;- See Also:
- Constant Field Values
-
STATUS_PENDING_VALUE
public static final int STATUS_PENDING_VALUE
STATUS_PENDING = 1;- See Also:
- Constant Field Values
-
STATUS_JOB_STARTING_VALUE
public static final int STATUS_JOB_STARTING_VALUE
STATUS_JOB_STARTING = 3;- See Also:
- Constant Field Values
-
STATUS_READY_VALUE
public static final int STATUS_READY_VALUE
STATUS_READY = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static FeatureSetProto.FeatureSetStatus[] 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 (FeatureSetProto.FeatureSetStatus c : FeatureSetProto.FeatureSetStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static FeatureSetProto.FeatureSetStatus 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 FeatureSetProto.FeatureSetStatus 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 FeatureSetProto.FeatureSetStatus 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<FeatureSetProto.FeatureSetStatus> 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 FeatureSetProto.FeatureSetStatus 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
-
-