Package feast.proto.core
Interface DataSourceProto.DataSource.RequestDataOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataSourceProto.DataSource.RequestDataOptions,DataSourceProto.DataSource.RequestDataOptions.Builder
- Enclosing class:
- DataSourceProto.DataSource
public static interface DataSourceProto.DataSource.RequestDataOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsDeprecatedSchema(String key)Mapping of feature name to typeMap<String,ValueProto.ValueType.Enum>getDeprecatedSchema()Deprecated.intgetDeprecatedSchemaCount()Mapping of feature name to typeMap<String,ValueProto.ValueType.Enum>getDeprecatedSchemaMap()Mapping of feature name to typeValueProto.ValueType.EnumgetDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)Mapping of feature name to typeValueProto.ValueType.EnumgetDeprecatedSchemaOrThrow(String key)Mapping of feature name to typeMap<String,Integer>getDeprecatedSchemaValue()Deprecated.Map<String,Integer>getDeprecatedSchemaValueMap()Mapping of feature name to typeintgetDeprecatedSchemaValueOrDefault(String key, int defaultValue)Mapping of feature name to typeintgetDeprecatedSchemaValueOrThrow(String key)Mapping of feature name to typeFeatureProto.FeatureSpecV2getSchema(int index)repeated .feast.core.FeatureSpecV2 schema = 3;intgetSchemaCount()repeated .feast.core.FeatureSpecV2 schema = 3;List<FeatureProto.FeatureSpecV2>getSchemaList()repeated .feast.core.FeatureSpecV2 schema = 3;FeatureProto.FeatureSpecV2OrBuildergetSchemaOrBuilder(int index)repeated .feast.core.FeatureSpecV2 schema = 3;List<? extends FeatureProto.FeatureSpecV2OrBuilder>getSchemaOrBuilderList()repeated .feast.core.FeatureSpecV2 schema = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDeprecatedSchemaCount
int getDeprecatedSchemaCount()
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
containsDeprecatedSchema
boolean containsDeprecatedSchema(String key)
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getDeprecatedSchema
@Deprecated Map<String,ValueProto.ValueType.Enum> getDeprecatedSchema()
Deprecated.UsegetDeprecatedSchemaMap()instead.
-
getDeprecatedSchemaMap
Map<String,ValueProto.ValueType.Enum> getDeprecatedSchemaMap()
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getDeprecatedSchemaOrDefault
ValueProto.ValueType.Enum getDeprecatedSchemaOrDefault(String key, ValueProto.ValueType.Enum defaultValue)
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getDeprecatedSchemaOrThrow
ValueProto.ValueType.Enum getDeprecatedSchemaOrThrow(String key)
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getDeprecatedSchemaValue
@Deprecated Map<String,Integer> getDeprecatedSchemaValue()
Deprecated.UsegetDeprecatedSchemaValueMap()instead.
-
getDeprecatedSchemaValueMap
Map<String,Integer> getDeprecatedSchemaValueMap()
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getDeprecatedSchemaValueOrDefault
int getDeprecatedSchemaValueOrDefault(String key, int defaultValue)
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getDeprecatedSchemaValueOrThrow
int getDeprecatedSchemaValueOrThrow(String key)
Mapping of feature name to type
map<string, .feast.types.ValueType.Enum> deprecated_schema = 2;
-
getSchemaList
List<FeatureProto.FeatureSpecV2> getSchemaList()
repeated .feast.core.FeatureSpecV2 schema = 3;
-
getSchema
FeatureProto.FeatureSpecV2 getSchema(int index)
repeated .feast.core.FeatureSpecV2 schema = 3;
-
getSchemaCount
int getSchemaCount()
repeated .feast.core.FeatureSpecV2 schema = 3;
-
getSchemaOrBuilderList
List<? extends FeatureProto.FeatureSpecV2OrBuilder> getSchemaOrBuilderList()
repeated .feast.core.FeatureSpecV2 schema = 3;
-
getSchemaOrBuilder
FeatureProto.FeatureSpecV2OrBuilder getSchemaOrBuilder(int index)
repeated .feast.core.FeatureSpecV2 schema = 3;
-
-