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

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

There is a newer version: 2.4.8
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy