
alluxio.grpc.NetAddressOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/alluxio.shaded.client.com.on.proto
package alluxio.grpc;
public interface NetAddressOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.NetAddress)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional string host = 1;
* @return Whether the host field is set.
*/
boolean hasHost();
/**
* optional string host = 1;
* @return The host.
*/
java.lang.String getHost();
/**
* optional string host = 1;
* @return The bytes for host.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getHostBytes();
/**
* optional int32 rpcPort = 2;
* @return Whether the rpcPort field is set.
*/
boolean hasRpcPort();
/**
* optional int32 rpcPort = 2;
* @return The rpcPort.
*/
int getRpcPort();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy