Package feast.proto.core
Interface SavedDatasetProto.SavedDatasetStorageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SavedDatasetProto.SavedDatasetStorage,SavedDatasetProto.SavedDatasetStorage.Builder
- Enclosing class:
- SavedDatasetProto
public static interface SavedDatasetProto.SavedDatasetStorageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataSourceProto.DataSource.BigQueryOptionsgetBigqueryStorage().feast.core.DataSource.BigQueryOptions bigquery_storage = 5;DataSourceProto.DataSource.BigQueryOptionsOrBuildergetBigqueryStorageOrBuilder().feast.core.DataSource.BigQueryOptions bigquery_storage = 5;DataSourceProto.DataSource.CustomSourceOptionsgetCustomStorage().feast.core.DataSource.CustomSourceOptions custom_storage = 10;DataSourceProto.DataSource.CustomSourceOptionsOrBuildergetCustomStorageOrBuilder().feast.core.DataSource.CustomSourceOptions custom_storage = 10;DataSourceProto.DataSource.FileOptionsgetFileStorage().feast.core.DataSource.FileOptions file_storage = 4;DataSourceProto.DataSource.FileOptionsOrBuildergetFileStorageOrBuilder().feast.core.DataSource.FileOptions file_storage = 4;SavedDatasetProto.SavedDatasetStorage.KindCasegetKindCase()DataSourceProto.DataSource.RedshiftOptionsgetRedshiftStorage().feast.core.DataSource.RedshiftOptions redshift_storage = 6;DataSourceProto.DataSource.RedshiftOptionsOrBuildergetRedshiftStorageOrBuilder().feast.core.DataSource.RedshiftOptions redshift_storage = 6;DataSourceProto.DataSource.SnowflakeOptionsgetSnowflakeStorage().feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;DataSourceProto.DataSource.SnowflakeOptionsOrBuildergetSnowflakeStorageOrBuilder().feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;DataSourceProto.DataSource.SparkOptionsgetSparkStorage().feast.core.DataSource.SparkOptions spark_storage = 9;DataSourceProto.DataSource.SparkOptionsOrBuildergetSparkStorageOrBuilder().feast.core.DataSource.SparkOptions spark_storage = 9;DataSourceProto.DataSource.TrinoOptionsgetTrinoStorage().feast.core.DataSource.TrinoOptions trino_storage = 8;DataSourceProto.DataSource.TrinoOptionsOrBuildergetTrinoStorageOrBuilder().feast.core.DataSource.TrinoOptions trino_storage = 8;booleanhasBigqueryStorage().feast.core.DataSource.BigQueryOptions bigquery_storage = 5;booleanhasCustomStorage().feast.core.DataSource.CustomSourceOptions custom_storage = 10;booleanhasFileStorage().feast.core.DataSource.FileOptions file_storage = 4;booleanhasRedshiftStorage().feast.core.DataSource.RedshiftOptions redshift_storage = 6;booleanhasSnowflakeStorage().feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;booleanhasSparkStorage().feast.core.DataSource.SparkOptions spark_storage = 9;booleanhasTrinoStorage().feast.core.DataSource.TrinoOptions trino_storage = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFileStorage
boolean hasFileStorage()
.feast.core.DataSource.FileOptions file_storage = 4;- Returns:
- Whether the fileStorage field is set.
-
getFileStorage
DataSourceProto.DataSource.FileOptions getFileStorage()
.feast.core.DataSource.FileOptions file_storage = 4;- Returns:
- The fileStorage.
-
getFileStorageOrBuilder
DataSourceProto.DataSource.FileOptionsOrBuilder getFileStorageOrBuilder()
.feast.core.DataSource.FileOptions file_storage = 4;
-
hasBigqueryStorage
boolean hasBigqueryStorage()
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;- Returns:
- Whether the bigqueryStorage field is set.
-
getBigqueryStorage
DataSourceProto.DataSource.BigQueryOptions getBigqueryStorage()
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;- Returns:
- The bigqueryStorage.
-
getBigqueryStorageOrBuilder
DataSourceProto.DataSource.BigQueryOptionsOrBuilder getBigqueryStorageOrBuilder()
.feast.core.DataSource.BigQueryOptions bigquery_storage = 5;
-
hasRedshiftStorage
boolean hasRedshiftStorage()
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;- Returns:
- Whether the redshiftStorage field is set.
-
getRedshiftStorage
DataSourceProto.DataSource.RedshiftOptions getRedshiftStorage()
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;- Returns:
- The redshiftStorage.
-
getRedshiftStorageOrBuilder
DataSourceProto.DataSource.RedshiftOptionsOrBuilder getRedshiftStorageOrBuilder()
.feast.core.DataSource.RedshiftOptions redshift_storage = 6;
-
hasSnowflakeStorage
boolean hasSnowflakeStorage()
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;- Returns:
- Whether the snowflakeStorage field is set.
-
getSnowflakeStorage
DataSourceProto.DataSource.SnowflakeOptions getSnowflakeStorage()
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;- Returns:
- The snowflakeStorage.
-
getSnowflakeStorageOrBuilder
DataSourceProto.DataSource.SnowflakeOptionsOrBuilder getSnowflakeStorageOrBuilder()
.feast.core.DataSource.SnowflakeOptions snowflake_storage = 7;
-
hasTrinoStorage
boolean hasTrinoStorage()
.feast.core.DataSource.TrinoOptions trino_storage = 8;- Returns:
- Whether the trinoStorage field is set.
-
getTrinoStorage
DataSourceProto.DataSource.TrinoOptions getTrinoStorage()
.feast.core.DataSource.TrinoOptions trino_storage = 8;- Returns:
- The trinoStorage.
-
getTrinoStorageOrBuilder
DataSourceProto.DataSource.TrinoOptionsOrBuilder getTrinoStorageOrBuilder()
.feast.core.DataSource.TrinoOptions trino_storage = 8;
-
hasSparkStorage
boolean hasSparkStorage()
.feast.core.DataSource.SparkOptions spark_storage = 9;- Returns:
- Whether the sparkStorage field is set.
-
getSparkStorage
DataSourceProto.DataSource.SparkOptions getSparkStorage()
.feast.core.DataSource.SparkOptions spark_storage = 9;- Returns:
- The sparkStorage.
-
getSparkStorageOrBuilder
DataSourceProto.DataSource.SparkOptionsOrBuilder getSparkStorageOrBuilder()
.feast.core.DataSource.SparkOptions spark_storage = 9;
-
hasCustomStorage
boolean hasCustomStorage()
.feast.core.DataSource.CustomSourceOptions custom_storage = 10;- Returns:
- Whether the customStorage field is set.
-
getCustomStorage
DataSourceProto.DataSource.CustomSourceOptions getCustomStorage()
.feast.core.DataSource.CustomSourceOptions custom_storage = 10;- Returns:
- The customStorage.
-
getCustomStorageOrBuilder
DataSourceProto.DataSource.CustomSourceOptionsOrBuilder getCustomStorageOrBuilder()
.feast.core.DataSource.CustomSourceOptions custom_storage = 10;
-
getKindCase
SavedDatasetProto.SavedDatasetStorage.KindCase getKindCase()
-
-