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

io.milvus.grpc.VectorIDsOrBuilder 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 VectorIDsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:milvus.proto.milvus.VectorIDs)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string collection_name = 1;
   * @return The collectionName.
   */
  java.lang.String getCollectionName();
  /**
   * string collection_name = 1;
   * @return The bytes for collectionName.
   */
  com.google.protobuf.ByteString
      getCollectionNameBytes();

  /**
   * string field_name = 2;
   * @return The fieldName.
   */
  java.lang.String getFieldName();
  /**
   * string field_name = 2;
   * @return The bytes for fieldName.
   */
  com.google.protobuf.ByteString
      getFieldNameBytes();

  /**
   * .milvus.proto.schema.IDs id_array = 3;
   * @return Whether the idArray field is set.
   */
  boolean hasIdArray();
  /**
   * .milvus.proto.schema.IDs id_array = 3;
   * @return The idArray.
   */
  io.milvus.grpc.IDs getIdArray();
  /**
   * .milvus.proto.schema.IDs id_array = 3;
   */
  io.milvus.grpc.IDsOrBuilder getIdArrayOrBuilder();

  /**
   * repeated string partition_names = 4;
   * @return A list containing the partitionNames.
   */
  java.util.List
      getPartitionNamesList();
  /**
   * repeated string partition_names = 4;
   * @return The count of partitionNames.
   */
  int getPartitionNamesCount();
  /**
   * repeated string partition_names = 4;
   * @param index The index of the element to return.
   * @return The partitionNames at the given index.
   */
  java.lang.String getPartitionNames(int index);
  /**
   * repeated string partition_names = 4;
   * @param index The index of the value to return.
   * @return The bytes of the partitionNames at the given index.
   */
  com.google.protobuf.ByteString
      getPartitionNamesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy