public static enum FeatureSetProto.FeatureSetStatus extends Enum<FeatureSetProto.FeatureSetStatus> implements com.google.protobuf.ProtocolMessageEnum
feast.core.FeatureSetStatus| Enum Constant and Description |
|---|
STATUS_INVALID
STATUS_INVALID = 0; |
STATUS_PENDING
STATUS_PENDING = 1; |
STATUS_READY
STATUS_READY = 2; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_INVALID_VALUE
STATUS_INVALID = 0; |
static int |
STATUS_PENDING_VALUE
STATUS_PENDING = 1; |
static int |
STATUS_READY_VALUE
STATUS_READY = 2; |
| Modifier and Type | Method and Description |
|---|---|
static FeatureSetProto.FeatureSetStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<FeatureSetProto.FeatureSetStatus> |
internalGetValueMap() |
static FeatureSetProto.FeatureSetStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureSetProto.FeatureSetStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureSetProto.FeatureSetStatus |
valueOf(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.
|
public static final FeatureSetProto.FeatureSetStatus STATUS_INVALID
STATUS_INVALID = 0;public static final FeatureSetProto.FeatureSetStatus STATUS_PENDING
STATUS_PENDING = 1;public static final FeatureSetProto.FeatureSetStatus STATUS_READY
STATUS_READY = 2;public static final FeatureSetProto.FeatureSetStatus UNRECOGNIZED
public static final int STATUS_INVALID_VALUE
STATUS_INVALID = 0;public static final int STATUS_PENDING_VALUE
STATUS_PENDING = 1;public static final int STATUS_READY_VALUE
STATUS_READY = 2;public static FeatureSetProto.FeatureSetStatus[] values()
for (FeatureSetProto.FeatureSetStatus c : FeatureSetProto.FeatureSetStatus.values()) System.out.println(c);
public static FeatureSetProto.FeatureSetStatus 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 nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static FeatureSetProto.FeatureSetStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeatureSetProto.FeatureSetStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeatureSetProto.FeatureSetStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static FeatureSetProto.FeatureSetStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020 Gojek. All rights reserved.