Package feast.proto.core
Enum DataSourceProto.DataSource.OptionsCase
- java.lang.Object
-
- java.lang.Enum<DataSourceProto.DataSource.OptionsCase>
-
- feast.proto.core.DataSourceProto.DataSource.OptionsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<DataSourceProto.DataSource.OptionsCase>
- Enclosing class:
- DataSourceProto.DataSource
public static enum DataSourceProto.DataSource.OptionsCase extends Enum<DataSourceProto.DataSource.OptionsCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ATHENA_OPTIONSBIGQUERY_OPTIONSCUSTOM_OPTIONSFILE_OPTIONSKAFKA_OPTIONSKINESIS_OPTIONSOPTIONS_NOT_SETPUSH_OPTIONSREDSHIFT_OPTIONSREQUEST_DATA_OPTIONSSNOWFLAKE_OPTIONSSPARK_OPTIONSTRINO_OPTIONS
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DataSourceProto.DataSource.OptionsCaseforNumber(int value)intgetNumber()static DataSourceProto.DataSource.OptionsCasevalueOf(int value)Deprecated.static DataSourceProto.DataSource.OptionsCasevalueOf(String name)Returns the enum constant of this type with the specified name.static DataSourceProto.DataSource.OptionsCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
FILE_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase FILE_OPTIONS
-
BIGQUERY_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase BIGQUERY_OPTIONS
-
KAFKA_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase KAFKA_OPTIONS
-
KINESIS_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase KINESIS_OPTIONS
-
REDSHIFT_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase REDSHIFT_OPTIONS
-
REQUEST_DATA_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase REQUEST_DATA_OPTIONS
-
CUSTOM_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase CUSTOM_OPTIONS
-
SNOWFLAKE_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase SNOWFLAKE_OPTIONS
-
PUSH_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase PUSH_OPTIONS
-
SPARK_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase SPARK_OPTIONS
-
TRINO_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase TRINO_OPTIONS
-
ATHENA_OPTIONS
public static final DataSourceProto.DataSource.OptionsCase ATHENA_OPTIONS
-
OPTIONS_NOT_SET
public static final DataSourceProto.DataSource.OptionsCase OPTIONS_NOT_SET
-
-
Method Detail
-
values
public static DataSourceProto.DataSource.OptionsCase[] 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 (DataSourceProto.DataSource.OptionsCase c : DataSourceProto.DataSource.OptionsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataSourceProto.DataSource.OptionsCase 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 DataSourceProto.DataSource.OptionsCase 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 DataSourceProto.DataSource.OptionsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-