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

com.vesoft.nebula.proto.common.HostAddressOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

// Protobuf Java Version: 3.25.1
package com.vesoft.nebula.proto.common;

public interface HostAddressOrBuilder extends
    // @@protoc_insertion_point(interface_extends:nebula.proto.common.HostAddress)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes host = 1;
   * @return The host.
   */
  com.google.protobuf.ByteString getHost();

  /**
   * uint32 port = 2;
   * @return The port.
   */
  int getPort();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy