public static interface Address.TcpIpAddressOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getIpAddress()
Either the IPv4 or IPv6 address in bytes.
|
int |
getPort()
0-64k, or -1 if not appropriate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedByteString getIpAddress()
Either the IPv4 or IPv6 address in bytes. Will be either 4 bytes or 16 bytes in length.
bytes ip_address = 1;int getPort()
0-64k, or -1 if not appropriate.
int32 port = 2;