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 Type
    Method
    Description
    long
    getDeleteSet(int index)
    repeated int64 deleteSet = 2;
    int
    repeated int64 deleteSet = 2;
    repeated int64 deleteSet = 2;
    required .NestedPositionInfo position = 1;
    required .NestedPositionInfo position = 1;
    boolean
    required .NestedPositionInfo position = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      required .NestedPositionInfo position = 1;
      Returns:
      The position.
    • getPositionOrBuilder

      required .NestedPositionInfo position = 1;
    • getDeleteSetList

      List<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.