Package feast.proto.serving
Interface ServingAPIProto.FeatureListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServingAPIProto.FeatureList,ServingAPIProto.FeatureList.Builder
- Enclosing class:
- ServingAPIProto
public static interface ServingAPIProto.FeatureListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetVal(int index)repeated string val = 1;com.google.protobuf.ByteStringgetValBytes(int index)repeated string val = 1;intgetValCount()repeated string val = 1;List<String>getValList()repeated string val = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValCount
int getValCount()
repeated string val = 1;- Returns:
- The count of val.
-
getVal
String getVal(int index)
repeated string val = 1;- Parameters:
index- The index of the element to return.- Returns:
- The val at the given index.
-
getValBytes
com.google.protobuf.ByteString getValBytes(int index)
repeated string val = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the val at the given index.
-
-