io.milvus.grpc.ConnectRequestOrBuilder 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 database.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface ConnectRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.ConnectRequest)
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();
/**
* .milvus.proto.common.ClientInfo client_info = 2;
* @return Whether the clientInfo field is set.
*/
boolean hasClientInfo();
/**
* .milvus.proto.common.ClientInfo client_info = 2;
* @return The clientInfo.
*/
io.milvus.grpc.ClientInfo getClientInfo();
/**
* .milvus.proto.common.ClientInfo client_info = 2;
*/
io.milvus.grpc.ClientInfoOrBuilder getClientInfoOrBuilder();
}