public interface EndpointInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDestinationIp()
public abstract String getDestinationIp()
Destination IP address.
string destination_ip = 2;
Returns | |
---|---|
Type | Description |
String |
The destinationIp. |
getDestinationIpBytes()
public abstract ByteString getDestinationIpBytes()
Destination IP address.
string destination_ip = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The destinationNetworkUri. |
getDestinationNetworkUriBytes()
public abstract ByteString getDestinationNetworkUriBytes()
URI of the network where this packet is sent to.
string destination_network_uri = 7;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The destinationPort. |
getProtocol()
public abstract String getProtocol()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string protocol = 3;
Returns | |
---|---|
Type | Description |
String |
The protocol. |
getProtocolBytes()
public abstract ByteString getProtocolBytes()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string protocol = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for protocol. |
getSourceIp()
public abstract String getSourceIp()
Source IP address.
string source_ip = 1;
Returns | |
---|---|
Type | Description |
String |
The sourceIp. |
getSourceIpBytes()
public abstract ByteString getSourceIpBytes()
Source IP address.
string source_ip = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
The sourceNetworkUri. |
getSourceNetworkUriBytes()
public abstract ByteString getSourceNetworkUriBytes()
URI of the network where this packet originates from.
string source_network_uri = 6;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The sourcePort. |