Package feast.proto.core
Enum JobServiceProto.JobType
- java.lang.Object
-
- java.lang.Enum<JobServiceProto.JobType>
-
- feast.proto.core.JobServiceProto.JobType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<JobServiceProto.JobType>
- Enclosing class:
- JobServiceProto
public static enum JobServiceProto.JobType extends Enum<JobServiceProto.JobType> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumfeast.core.JobType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BATCH_INGESTION_JOBBATCH_INGESTION_JOB = 1;INVALID_JOBINVALID_JOB = 0;RETRIEVAL_JOBRETRIEVAL_JOB = 4;STREAM_INGESTION_JOBSTREAM_INGESTION_JOB = 2;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intBATCH_INGESTION_JOB_VALUEBATCH_INGESTION_JOB = 1;static intINVALID_JOB_VALUEINVALID_JOB = 0;static intRETRIEVAL_JOB_VALUERETRIEVAL_JOB = 4;static intSTREAM_INGESTION_JOB_VALUESTREAM_INGESTION_JOB = 2;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JobServiceProto.JobTypeforNumber(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<JobServiceProto.JobType>internalGetValueMap()static JobServiceProto.JobTypevalueOf(int value)Deprecated.static JobServiceProto.JobTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobServiceProto.JobTypevalueOf(String name)Returns the enum constant of this type with the specified name.static JobServiceProto.JobType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INVALID_JOB
public static final JobServiceProto.JobType INVALID_JOB
INVALID_JOB = 0;
-
BATCH_INGESTION_JOB
public static final JobServiceProto.JobType BATCH_INGESTION_JOB
BATCH_INGESTION_JOB = 1;
-
STREAM_INGESTION_JOB
public static final JobServiceProto.JobType STREAM_INGESTION_JOB
STREAM_INGESTION_JOB = 2;
-
RETRIEVAL_JOB
public static final JobServiceProto.JobType RETRIEVAL_JOB
RETRIEVAL_JOB = 4;
-
UNRECOGNIZED
public static final JobServiceProto.JobType UNRECOGNIZED
-
-
Field Detail
-
INVALID_JOB_VALUE
public static final int INVALID_JOB_VALUE
INVALID_JOB = 0;- See Also:
- Constant Field Values
-
BATCH_INGESTION_JOB_VALUE
public static final int BATCH_INGESTION_JOB_VALUE
BATCH_INGESTION_JOB = 1;- See Also:
- Constant Field Values
-
STREAM_INGESTION_JOB_VALUE
public static final int STREAM_INGESTION_JOB_VALUE
STREAM_INGESTION_JOB = 2;- See Also:
- Constant Field Values
-
RETRIEVAL_JOB_VALUE
public static final int RETRIEVAL_JOB_VALUE
RETRIEVAL_JOB = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static JobServiceProto.JobType[] 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 (JobServiceProto.JobType c : JobServiceProto.JobType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JobServiceProto.JobType 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 JobServiceProto.JobType 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 JobServiceProto.JobType 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<JobServiceProto.JobType> 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 JobServiceProto.JobType 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
-
-