All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.vectorindex._DeleteItemBatchRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.5
Show newest version
// 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