Interface EndpointInfoOrBuilder (1.9.0)

public interface EndpointInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationIp()

public abstract String getDestinationIp()

Destination IP address.

string destination_ip = 2;

Returns
TypeDescription
String

The destinationIp.

getDestinationIpBytes()

public abstract ByteString getDestinationIpBytes()

Destination IP address.

string destination_ip = 2;

Returns
TypeDescription
ByteString

The bytes for destinationIp.

getDestinationNetworkUri()

public abstract String getDestinationNetworkUri()

URI of the network where this packet is sent to.

string destination_network_uri = 7;

Returns
TypeDescription
String

The destinationNetworkUri.

getDestinationNetworkUriBytes()

public abstract ByteString getDestinationNetworkUriBytes()

URI of the network where this packet is sent to.

string destination_network_uri = 7;

Returns
TypeDescription
ByteString

The bytes for destinationNetworkUri.

getDestinationPort()

public abstract int getDestinationPort()

Destination port. Only valid when protocol is TCP or UDP.

int32 destination_port = 5;

Returns
TypeDescription
int

The destinationPort.

getProtocol()

public abstract String getProtocol()

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

string protocol = 3;

Returns
TypeDescription
String

The protocol.

getProtocolBytes()

public abstract ByteString getProtocolBytes()

IP protocol in string format, for example: "TCP", "UDP", "ICMP".

string protocol = 3;

Returns
TypeDescription
ByteString

The bytes for protocol.

getSourceAgentUri()

public abstract String getSourceAgentUri()

URI of the source telemetry agent this packet originates from.

string source_agent_uri = 8;

Returns
TypeDescription
String

The sourceAgentUri.

getSourceAgentUriBytes()

public abstract ByteString getSourceAgentUriBytes()

URI of the source telemetry agent this packet originates from.

string source_agent_uri = 8;

Returns
TypeDescription
ByteString

The bytes for sourceAgentUri.

getSourceIp()

public abstract String getSourceIp()

Source IP address.

string source_ip = 1;

Returns
TypeDescription
String

The sourceIp.

getSourceIpBytes()

public abstract ByteString getSourceIpBytes()

Source IP address.

string source_ip = 1;

Returns
TypeDescription
ByteString

The bytes for sourceIp.

getSourceNetworkUri()

public abstract String getSourceNetworkUri()

URI of the network where this packet originates from.

string source_network_uri = 6;

Returns
TypeDescription
String

The sourceNetworkUri.

getSourceNetworkUriBytes()

public abstract ByteString getSourceNetworkUriBytes()

URI of the network where this packet originates from.

string source_network_uri = 6;

Returns
TypeDescription
ByteString

The bytes for sourceNetworkUri.

getSourcePort()

public abstract int getSourcePort()

Source port. Only valid when protocol is TCP or UDP.

int32 source_port = 4;

Returns
TypeDescription
int

The sourcePort.