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

io.milvus.grpc.SearchInFilesParamOrBuilder Maven / Gradle / Ivy

Go to download

Java SDK for Milvus, a distributed high-performance vector search engine. update grpc to 1.42.1 update protobuf to 3.19.1

There is a newer version: 2.2.2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: milvus.proto

package io.milvus.grpc;

public interface SearchInFilesParamOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.grpc.SearchInFilesParam)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string file_id_array = 1;
   * @return A list containing the fileIdArray.
   */
  java.util.List
      getFileIdArrayList();
  /**
   * repeated string file_id_array = 1;
   * @return The count of fileIdArray.
   */
  int getFileIdArrayCount();
  /**
   * repeated string file_id_array = 1;
   * @param index The index of the element to return.
   * @return The fileIdArray at the given index.
   */
  java.lang.String getFileIdArray(int index);
  /**
   * repeated string file_id_array = 1;
   * @param index The index of the value to return.
   * @return The bytes of the fileIdArray at the given index.
   */
  com.google.protobuf.ByteString
      getFileIdArrayBytes(int index);

  /**
   * .milvus.grpc.SearchParam search_param = 2;
   * @return Whether the searchParam field is set.
   */
  boolean hasSearchParam();
  /**
   * .milvus.grpc.SearchParam search_param = 2;
   * @return The searchParam.
   */
  io.milvus.grpc.SearchParam getSearchParam();
  /**
   * .milvus.grpc.SearchParam search_param = 2;
   */
  io.milvus.grpc.SearchParamOrBuilder getSearchParamOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy