接口 MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
MLDataFormats.BatchedEntryDeletionIndexInfo,MLDataFormats.BatchedEntryDeletionIndexInfo.Builder
- 封闭类:
- MLDataFormats
public static interface MLDataFormats.BatchedEntryDeletionIndexInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明longgetDeleteSet(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;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasPosition
boolean hasPosition()required .NestedPositionInfo position = 1;- 返回:
- Whether the position field is set.
-
getPosition
MLDataFormats.NestedPositionInfo getPosition()required .NestedPositionInfo position = 1;- 返回:
- The position.
-
getPositionOrBuilder
MLDataFormats.NestedPositionInfoOrBuilder getPositionOrBuilder()required .NestedPositionInfo position = 1; -
getDeleteSetList
repeated int64 deleteSet = 2;- 返回:
- A list containing the deleteSet.
-
getDeleteSetCount
int getDeleteSetCount()repeated int64 deleteSet = 2;- 返回:
- The count of deleteSet.
-
getDeleteSet
long getDeleteSet(int index) repeated int64 deleteSet = 2;- 参数:
index- The index of the element to return.- 返回:
- The deleteSet at the given index.
-