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
Modifier and TypeMethodDescriptionlonggetDeleteSet(int index) repeated int64 deleteSet = 2;intrepeated int64 deleteSet = 2;repeated int64 deleteSet = 2;required .NestedPositionInfo position = 1;required .NestedPositionInfo position = 1;booleanrequired .NestedPositionInfo position = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-