Package feast.proto.core
Interface FeatureTableProto.FeatureTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureTableProto.FeatureTable,FeatureTableProto.FeatureTable.Builder
- Enclosing class:
- FeatureTableProto
public static interface FeatureTableProto.FeatureTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureTableProto.FeatureTableMetagetMeta()System-populated metadata for this feature table.FeatureTableProto.FeatureTableMetaOrBuildergetMetaOrBuilder()System-populated metadata for this feature table.FeatureTableProto.FeatureTableSpecgetSpec()User-specified specifications of this feature table.FeatureTableProto.FeatureTableSpecOrBuildergetSpecOrBuilder()User-specified specifications of this feature table.booleanhasMeta()System-populated metadata for this feature table.booleanhasSpec()User-specified specifications of this feature table.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSpec
boolean hasSpec()
User-specified specifications of this feature table.
.feast.core.FeatureTableSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
FeatureTableProto.FeatureTableSpec getSpec()
User-specified specifications of this feature table.
.feast.core.FeatureTableSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
FeatureTableProto.FeatureTableSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature table.
.feast.core.FeatureTableSpec spec = 1;
-
hasMeta
boolean hasMeta()
System-populated metadata for this feature table.
.feast.core.FeatureTableMeta meta = 2;- Returns:
- Whether the meta field is set.
-
getMeta
FeatureTableProto.FeatureTableMeta getMeta()
System-populated metadata for this feature table.
.feast.core.FeatureTableMeta meta = 2;- Returns:
- The meta.
-
getMetaOrBuilder
FeatureTableProto.FeatureTableMetaOrBuilder getMetaOrBuilder()
System-populated metadata for this feature table.
.feast.core.FeatureTableMeta meta = 2;
-
-