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

grpc.vectorindex._UpsertItemBatchRequestOrBuilder 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 _UpsertItemBatchRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:vectorindex._UpsertItemBatchRequest)
    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();

  /**
   * repeated .vectorindex._Item items = 2;
   */
  java.util.List 
      getItemsList();
  /**
   * repeated .vectorindex._Item items = 2;
   */
  grpc.vectorindex._Item getItems(int index);
  /**
   * repeated .vectorindex._Item items = 2;
   */
  int getItemsCount();
  /**
   * repeated .vectorindex._Item items = 2;
   */
  java.util.List 
      getItemsOrBuilderList();
  /**
   * repeated .vectorindex._Item items = 2;
   */
  grpc.vectorindex._ItemOrBuilder getItemsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy