public interface DeleteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleteAll()
This indicates that all vectors in the index namespace should be deleted.
|
java.lang.String |
getIds(int index)
Vectors to delete.
|
com.google.protobuf.ByteString |
getIdsBytes(int index)
Vectors to delete.
|
int |
getIdsCount()
Vectors to delete.
|
java.util.List<java.lang.String> |
getIdsList()
Vectors to delete.
|
java.lang.String |
getNamespace()
The namespace to delete vectors from, if applicable.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
The namespace to delete vectors from, if applicable.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getIdsList()
Vectors to delete.
repeated string ids = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }int getIdsCount()
Vectors to delete.
repeated string ids = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }java.lang.String getIds(int index)
Vectors to delete.
repeated string ids = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getIdsBytes(int index)
Vectors to delete.
repeated string ids = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }index - The index of the value to return.boolean getDeleteAll()
This indicates that all vectors in the index namespace should be deleted.
bool delete_all = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }java.lang.String getNamespace()
The namespace to delete vectors from, if applicable.
string namespace = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }com.google.protobuf.ByteString getNamespaceBytes()
The namespace to delete vectors from, if applicable.
string namespace = 3 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }