Package feast.proto.core
Enum InfraObjectProto.InfraObject.InfraObjectCase
- java.lang.Object
-
- java.lang.Enum<InfraObjectProto.InfraObject.InfraObjectCase>
-
- feast.proto.core.InfraObjectProto.InfraObject.InfraObjectCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<InfraObjectProto.InfraObject.InfraObjectCase>
- Enclosing class:
- InfraObjectProto.InfraObject
public static enum InfraObjectProto.InfraObject.InfraObjectCase extends Enum<InfraObjectProto.InfraObject.InfraObjectCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOM_INFRADATASTORE_TABLEDYNAMODB_TABLEINFRAOBJECT_NOT_SETSQLITE_TABLE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static InfraObjectProto.InfraObject.InfraObjectCaseforNumber(int value)intgetNumber()static InfraObjectProto.InfraObject.InfraObjectCasevalueOf(int value)Deprecated.static InfraObjectProto.InfraObject.InfraObjectCasevalueOf(String name)Returns the enum constant of this type with the specified name.static InfraObjectProto.InfraObject.InfraObjectCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DYNAMODB_TABLE
public static final InfraObjectProto.InfraObject.InfraObjectCase DYNAMODB_TABLE
-
DATASTORE_TABLE
public static final InfraObjectProto.InfraObject.InfraObjectCase DATASTORE_TABLE
-
SQLITE_TABLE
public static final InfraObjectProto.InfraObject.InfraObjectCase SQLITE_TABLE
-
CUSTOM_INFRA
public static final InfraObjectProto.InfraObject.InfraObjectCase CUSTOM_INFRA
-
INFRAOBJECT_NOT_SET
public static final InfraObjectProto.InfraObject.InfraObjectCase INFRAOBJECT_NOT_SET
-
-
Method Detail
-
values
public static InfraObjectProto.InfraObject.InfraObjectCase[] 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 (InfraObjectProto.InfraObject.InfraObjectCase c : InfraObjectProto.InfraObject.InfraObjectCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InfraObjectProto.InfraObject.InfraObjectCase 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
-
valueOf
@Deprecated public static InfraObjectProto.InfraObject.InfraObjectCase 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 InfraObjectProto.InfraObject.InfraObjectCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-