grpc.vectorindex._DeleteItemBatchRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: vectorindex.proto
package grpc.vectorindex;
public interface _DeleteItemBatchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:vectorindex._DeleteItemBatchRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string index_name = 1;
* @return The indexName.
*/
java.lang.String getIndexName();
/**
* string index_name = 1;
* @return The bytes for indexName.
*/
com.google.protobuf.ByteString
getIndexNameBytes();
/**
*
* TODO: reserve after migration
*
*
* repeated string ids = 2;
* @return A list containing the ids.
*/
java.util.List
getIdsList();
/**
*
* TODO: reserve after migration
*
*
* repeated string ids = 2;
* @return The count of ids.
*/
int getIdsCount();
/**
*
* TODO: reserve after migration
*
*
* repeated string ids = 2;
* @param index The index of the element to return.
* @return The ids at the given index.
*/
java.lang.String getIds(int index);
/**
*
* TODO: reserve after migration
*
*
* repeated string ids = 2;
* @param index The index of the value to return.
* @return The bytes of the ids at the given index.
*/
com.google.protobuf.ByteString
getIdsBytes(int index);
/**
* .vectorindex._FilterExpression filter = 3;
* @return Whether the filter field is set.
*/
boolean hasFilter();
/**
* .vectorindex._FilterExpression filter = 3;
* @return The filter.
*/
grpc.vectorindex._FilterExpression getFilter();
/**
* .vectorindex._FilterExpression filter = 3;
*/
grpc.vectorindex._FilterExpressionOrBuilder getFilterOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy