Package feast.proto.core
Enum CoreServiceProto.UpdateStoreResponse.Status
- java.lang.Object
-
- java.lang.Enum<CoreServiceProto.UpdateStoreResponse.Status>
-
- feast.proto.core.CoreServiceProto.UpdateStoreResponse.Status
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CoreServiceProto.UpdateStoreResponse.Status>
- Enclosing class:
- CoreServiceProto.UpdateStoreResponse
public static enum CoreServiceProto.UpdateStoreResponse.Status extends Enum<CoreServiceProto.UpdateStoreResponse.Status> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfeast.core.UpdateStoreResponse.Status
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NO_CHANGEExisting store config matching the given store id is identical to the given store config.UNRECOGNIZEDUPDATEDNew store created or existing config updated.
-
Field Summary
Fields Modifier and Type Field Description static intNO_CHANGE_VALUEExisting store config matching the given store id is identical to the given store config.static intUPDATED_VALUENew store created or existing config updated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CoreServiceProto.UpdateStoreResponse.StatusforNumber(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<CoreServiceProto.UpdateStoreResponse.Status>internalGetValueMap()static CoreServiceProto.UpdateStoreResponse.StatusvalueOf(int value)Deprecated.static CoreServiceProto.UpdateStoreResponse.StatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CoreServiceProto.UpdateStoreResponse.StatusvalueOf(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.
-
-
-
Enum Constant Detail
-
NO_CHANGE
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;
-
UPDATED
public static final CoreServiceProto.UpdateStoreResponse.Status UPDATED
New store created or existing config updated.
UPDATED = 1;
-
UNRECOGNIZED
public static final CoreServiceProto.UpdateStoreResponse.Status UNRECOGNIZED
-
-
Field Detail
-
NO_CHANGE_VALUE
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;- See Also:
- Constant Field Values
-
UPDATED_VALUE
public static final int UPDATED_VALUE
New store created or existing config updated.
UPDATED = 1;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CoreServiceProto.UpdateStoreResponse.Status[] 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 (CoreServiceProto.UpdateStoreResponse.Status c : CoreServiceProto.UpdateStoreResponse.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CoreServiceProto.UpdateStoreResponse.Status 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 CoreServiceProto.UpdateStoreResponse.Status 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 CoreServiceProto.UpdateStoreResponse.Status 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<CoreServiceProto.UpdateStoreResponse.Status> 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 CoreServiceProto.UpdateStoreResponse.Status 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
-
-