Interface NetworkEndpointOrBuilder (2.42.0)

public interface NetworkEndpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIpAddress()

public abstract String getIpAddress()

The IP address of this network endpoint.

string ip_address = 1;

Returns
TypeDescription
String

The ipAddress.

getIpAddressBytes()

public abstract ByteString getIpAddressBytes()

The IP address of this network endpoint.

string ip_address = 1;

Returns
TypeDescription
ByteString

The bytes for ipAddress.

getPort()

public abstract int getPort()

The port of this network endpoint.

int32 port = 2;

Returns
TypeDescription
int

The port.