![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.FlushRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
restore the calcDistance interface that is removed in 2.1.0-beta4
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface FlushRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.FlushRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.proto.common.MsgBase base = 1;
* @return Whether the base field is set.
*/
boolean hasBase();
/**
* .milvus.proto.common.MsgBase base = 1;
* @return The base.
*/
io.milvus.grpc.MsgBase getBase();
/**
* .milvus.proto.common.MsgBase base = 1;
*/
io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();
/**
* string db_name = 2;
* @return The dbName.
*/
java.lang.String getDbName();
/**
* string db_name = 2;
* @return The bytes for dbName.
*/
com.google.protobuf.ByteString
getDbNameBytes();
/**
* repeated string collection_names = 3;
* @return A list containing the collectionNames.
*/
java.util.List
getCollectionNamesList();
/**
* repeated string collection_names = 3;
* @return The count of collectionNames.
*/
int getCollectionNamesCount();
/**
* repeated string collection_names = 3;
* @param index The index of the element to return.
* @return The collectionNames at the given index.
*/
java.lang.String getCollectionNames(int index);
/**
* repeated string collection_names = 3;
* @param index The index of the value to return.
* @return The bytes of the collectionNames at the given index.
*/
com.google.protobuf.ByteString
getCollectionNamesBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy