Package feast.proto.serving
Interface ServingAPIProto.FeatureReferenceV2OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.FeatureReferenceV2,ServingAPIProto.FeatureReferenceV2.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.FeatureReferenceV2OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFeatureTable()Name of the Feature Table to retrieve the feature from.com.google.protobuf.ByteStringgetFeatureTableBytes()Name of the Feature Table to retrieve the feature from.StringgetName()Name of the Feature to retrieve the feature from.com.google.protobuf.ByteStringgetNameBytes()Name of the Feature to retrieve the feature from.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureTable
String getFeatureTable()
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Returns:
- The featureTable.
-
getFeatureTableBytes
com.google.protobuf.ByteString getFeatureTableBytes()
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Returns:
- The bytes for featureTable.
-
getName
String getName()
Name of the Feature to retrieve the feature from.
string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the Feature to retrieve the feature from.
string name = 2;- Returns:
- The bytes for name.
-
-