org.apache.bookkeeper.stream.proto.common.EndpointOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: common.proto
package org.apache.bookkeeper.stream.proto.common;
public interface EndpointOrBuilder extends
// @@protoc_insertion_point(interface_extends:bookkeeper.proto.common.Endpoint)
com.google.protobuf.MessageOrBuilder {
/**
* string hostname = 1;
* @return The hostname.
*/
java.lang.String getHostname();
/**
* string hostname = 1;
* @return The bytes for hostname.
*/
com.google.protobuf.ByteString
getHostnameBytes();
/**
* int32 port = 2;
* @return The port.
*/
int getPort();
}