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