io.milvus.grpc.AddressOrBuilder 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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package io.milvus.grpc;
public interface AddressOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.common.Address)
com.google.protobuf.MessageOrBuilder {
/**
* string ip = 1;
* @return The ip.
*/
java.lang.String getIp();
/**
* string ip = 1;
* @return The bytes for ip.
*/
com.google.protobuf.ByteString
getIpBytes();
/**
* int64 port = 2;
* @return The port.
*/
long getPort();
}