public static enum CoreServiceProto.UpdateStoreResponse.Status extends Enum<CoreServiceProto.UpdateStoreResponse.Status> implements com.google.protobuf.ProtocolMessageEnum
feast.core.UpdateStoreResponse.Status| Enum Constant and Description |
|---|
NO_CHANGE
Existing store config matching the given store id is identical to the given store config.
|
UNRECOGNIZED |
UPDATED
New store created or existing config updated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
NO_CHANGE_VALUE
Existing store config matching the given store id is identical to the given store config.
|
static int |
UPDATED_VALUE
New store created or existing config updated.
|
| Modifier and Type | Method and Description |
|---|---|
static CoreServiceProto.UpdateStoreResponse.Status |
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<CoreServiceProto.UpdateStoreResponse.Status> |
internalGetValueMap() |
static CoreServiceProto.UpdateStoreResponse.Status |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CoreServiceProto.UpdateStoreResponse.Status |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CoreServiceProto.UpdateStoreResponse.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreServiceProto.UpdateStoreResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreServiceProto.UpdateStoreResponse.Status NO_CHANGE
Existing store config matching the given store id is identical to the given store config.
NO_CHANGE = 0;public static final CoreServiceProto.UpdateStoreResponse.Status UPDATED
New store created or existing config updated.
UPDATED = 1;public static final CoreServiceProto.UpdateStoreResponse.Status UNRECOGNIZED
public static final int NO_CHANGE_VALUE
Existing store config matching the given store id is identical to the given store config.
NO_CHANGE = 0;public static final int UPDATED_VALUE
New store created or existing config updated.
UPDATED = 1;public static CoreServiceProto.UpdateStoreResponse.Status[] values()
for (CoreServiceProto.UpdateStoreResponse.Status c : CoreServiceProto.UpdateStoreResponse.Status.values()) System.out.println(c);
public static CoreServiceProto.UpdateStoreResponse.Status 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 CoreServiceProto.UpdateStoreResponse.Status valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static CoreServiceProto.UpdateStoreResponse.Status forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CoreServiceProto.UpdateStoreResponse.Status> 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 CoreServiceProto.UpdateStoreResponse.Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2020 Gojek. All rights reserved.