Interface MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MLDataFormats.BatchedEntryDeletionIndexInfo,MLDataFormats.BatchedEntryDeletionIndexInfo.Builder
- Enclosing class:
- MLDataFormats
public static interface MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDeleteSet(int index)repeated int64 deleteSet = 2;intgetDeleteSetCount()repeated int64 deleteSet = 2;java.util.List<java.lang.Long>getDeleteSetList()repeated int64 deleteSet = 2;MLDataFormats.NestedPositionInfogetPosition()required .NestedPositionInfo position = 1;MLDataFormats.NestedPositionInfoOrBuildergetPositionOrBuilder()required .NestedPositionInfo position = 1;booleanhasPosition()required .NestedPositionInfo position = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPosition
boolean hasPosition()
required .NestedPositionInfo position = 1;- Returns:
- Whether the position field is set.
-
getPosition
MLDataFormats.NestedPositionInfo getPosition()
required .NestedPositionInfo position = 1;- Returns:
- The position.
-
getPositionOrBuilder
MLDataFormats.NestedPositionInfoOrBuilder getPositionOrBuilder()
required .NestedPositionInfo position = 1;
-
getDeleteSetList
java.util.List<java.lang.Long> getDeleteSetList()
repeated int64 deleteSet = 2;- Returns:
- A list containing the deleteSet.
-
getDeleteSetCount
int getDeleteSetCount()
repeated int64 deleteSet = 2;- Returns:
- The count of deleteSet.
-
getDeleteSet
long getDeleteSet(int index)
repeated int64 deleteSet = 2;- Parameters:
index- The index of the element to return.- Returns:
- The deleteSet at the given index.
-
-