public static enum FeatureOnlineStore.State extends Enum<FeatureOnlineStore.State> implements com.google.protobuf.ProtocolMessageEnum
Possible states a featureOnlineStore can have.Protobuf enum
google.cloud.aiplatform.v1.FeatureOnlineStore.State| Enum Constant and Description |
|---|
STABLE
State when the featureOnlineStore configuration is not being updated and
the fields reflect the current configuration of the featureOnlineStore.
|
STATE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
UPDATING
The state of the featureOnlineStore configuration when it is being
updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
STABLE_VALUE
State when the featureOnlineStore configuration is not being updated and
the fields reflect the current configuration of the featureOnlineStore.
|
static int |
STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
UPDATING_VALUE
The state of the featureOnlineStore configuration when it is being
updated.
|
| Modifier and Type | Method and Description |
|---|---|
static FeatureOnlineStore.State |
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<FeatureOnlineStore.State> |
internalGetValueMap() |
static FeatureOnlineStore.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static FeatureOnlineStore.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static FeatureOnlineStore.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureOnlineStore.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeatureOnlineStore.State STATE_UNSPECIFIED
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final FeatureOnlineStore.State STABLE
State when the featureOnlineStore configuration is not being updated and the fields reflect the current configuration of the featureOnlineStore. The featureOnlineStore is usable in this state.
STABLE = 1;public static final FeatureOnlineStore.State UPDATING
The state of the featureOnlineStore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featureOnlineStore. The featureOnlineStore is still usable in this state.
UPDATING = 2;public static final FeatureOnlineStore.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final int STABLE_VALUE
State when the featureOnlineStore configuration is not being updated and the fields reflect the current configuration of the featureOnlineStore. The featureOnlineStore is usable in this state.
STABLE = 1;public static final int UPDATING_VALUE
The state of the featureOnlineStore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featureOnlineStore. The featureOnlineStore is still usable in this state.
UPDATING = 2;public static FeatureOnlineStore.State[] values()
for (FeatureOnlineStore.State c : FeatureOnlineStore.State.values()) System.out.println(c);
public static FeatureOnlineStore.State 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 FeatureOnlineStore.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static FeatureOnlineStore.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<FeatureOnlineStore.State> 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 FeatureOnlineStore.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.