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

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

  /**
   * int64 node_id = 1;
   * @return The nodeId.
   */
  long getNodeId();

  /**
   * string address = 2;
   * @return The address.
   */
  java.lang.String getAddress();
  /**
   * string address = 2;
   * @return The bytes for address.
   */
  com.google.protobuf.ByteString
      getAddressBytes();

  /**
   * string hostname = 3;
   * @return The hostname.
   */
  java.lang.String getHostname();
  /**
   * string hostname = 3;
   * @return The bytes for hostname.
   */
  com.google.protobuf.ByteString
      getHostnameBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy