Package feast.proto.core
Interface StreamFeatureViewProto.StreamFeatureViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamFeatureViewProto.StreamFeatureView,StreamFeatureViewProto.StreamFeatureView.Builder
- Enclosing class:
- StreamFeatureViewProto
public static interface StreamFeatureViewProto.StreamFeatureViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureViewProto.FeatureViewMetagetMeta().feast.core.FeatureViewMeta meta = 2;FeatureViewProto.FeatureViewMetaOrBuildergetMetaOrBuilder().feast.core.FeatureViewMeta meta = 2;StreamFeatureViewProto.StreamFeatureViewSpecgetSpec()User-specified specifications of this feature view.StreamFeatureViewProto.StreamFeatureViewSpecOrBuildergetSpecOrBuilder()User-specified specifications of this feature view.booleanhasMeta().feast.core.FeatureViewMeta meta = 2;booleanhasSpec()User-specified specifications of this feature view.-
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 view.
.feast.core.StreamFeatureViewSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
StreamFeatureViewProto.StreamFeatureViewSpec getSpec()
User-specified specifications of this feature view.
.feast.core.StreamFeatureViewSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
StreamFeatureViewProto.StreamFeatureViewSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature view.
.feast.core.StreamFeatureViewSpec spec = 1;
-
hasMeta
boolean hasMeta()
.feast.core.FeatureViewMeta meta = 2;- Returns:
- Whether the meta field is set.
-
getMeta
FeatureViewProto.FeatureViewMeta getMeta()
.feast.core.FeatureViewMeta meta = 2;- Returns:
- The meta.
-
getMetaOrBuilder
FeatureViewProto.FeatureViewMetaOrBuilder getMetaOrBuilder()
.feast.core.FeatureViewMeta meta = 2;
-
-