Package feast.proto.core
Interface RequestFeatureViewProto.RequestFeatureViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RequestFeatureViewProto.RequestFeatureView,RequestFeatureViewProto.RequestFeatureView.Builder
- Enclosing class:
- RequestFeatureViewProto
public static interface RequestFeatureViewProto.RequestFeatureViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestFeatureViewProto.RequestFeatureViewSpecgetSpec()User-specified specifications of this feature view.RequestFeatureViewProto.RequestFeatureViewSpecOrBuildergetSpecOrBuilder()User-specified specifications of this feature view.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.RequestFeatureViewSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
RequestFeatureViewProto.RequestFeatureViewSpec getSpec()
User-specified specifications of this feature view.
.feast.core.RequestFeatureViewSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
RequestFeatureViewProto.RequestFeatureViewSpecOrBuilder getSpecOrBuilder()
User-specified specifications of this feature view.
.feast.core.RequestFeatureViewSpec spec = 1;
-
-