Package io.dingodb.raft
Interface Raft.VectorDeleteRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Raft.VectorDeleteRequest,Raft.VectorDeleteRequest.Builder
- Enclosing class:
- Raft
public static interface Raft.VectorDeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring cf_name = 1;com.google.protobuf.ByteStringstring cf_name = 1;longgetIds(int index) repeated int64 ids = 2;intrepeated int64 ids = 2;repeated int64 ids = 2;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
-
getCfName
String getCfName()string cf_name = 1;- Returns:
- The cfName.
-
getCfNameBytes
com.google.protobuf.ByteString getCfNameBytes()string cf_name = 1;- Returns:
- The bytes for cfName.
-
getIdsList
repeated int64 ids = 2;- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()repeated int64 ids = 2;- Returns:
- The count of ids.
-
getIds
long getIds(int index) repeated int64 ids = 2;- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-