public static interface HostProto.HostOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getIpAddress()
required string ipAddress = 1; |
com.google.protobuf.ByteString |
getIpAddressBytes()
required string ipAddress = 1; |
int |
getPort()
required int32 port = 2; |
boolean |
hasIpAddress()
required string ipAddress = 1; |
boolean |
hasPort()
required int32 port = 2; |
boolean hasIpAddress()
required string ipAddress = 1;
String getIpAddress()
required string ipAddress = 1;
com.google.protobuf.ByteString getIpAddressBytes()
required string ipAddress = 1;
boolean hasPort()
required int32 port = 2;
int getPort()
required int32 port = 2;
Copyright © 2015. All Rights Reserved.