public interface EndpointInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationIp()
Destination IP address.
|
com.google.protobuf.ByteString |
getDestinationIpBytes()
Destination IP address.
|
String |
getDestinationNetworkUri()
URI of the network where this packet is sent to.
|
com.google.protobuf.ByteString |
getDestinationNetworkUriBytes()
URI of the network where this packet is sent to.
|
int |
getDestinationPort()
Destination port.
|
String |
getProtocol()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
|
com.google.protobuf.ByteString |
getProtocolBytes()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
|
String |
getSourceAgentUri()
URI of the source telemetry agent this packet originates from.
|
com.google.protobuf.ByteString |
getSourceAgentUriBytes()
URI of the source telemetry agent this packet originates from.
|
String |
getSourceIp()
Source IP address.
|
com.google.protobuf.ByteString |
getSourceIpBytes()
Source IP address.
|
String |
getSourceNetworkUri()
URI of the network where this packet originates from.
|
com.google.protobuf.ByteString |
getSourceNetworkUriBytes()
URI of the network where this packet originates from.
|
int |
getSourcePort()
Source port.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSourceIp()
Source IP address.
string source_ip = 1;com.google.protobuf.ByteString getSourceIpBytes()
Source IP address.
string source_ip = 1;String getDestinationIp()
Destination IP address.
string destination_ip = 2;com.google.protobuf.ByteString getDestinationIpBytes()
Destination IP address.
string destination_ip = 2;String getProtocol()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string protocol = 3;com.google.protobuf.ByteString getProtocolBytes()
IP protocol in string format, for example: "TCP", "UDP", "ICMP".
string protocol = 3;int getSourcePort()
Source port. Only valid when protocol is TCP or UDP.
int32 source_port = 4;int getDestinationPort()
Destination port. Only valid when protocol is TCP or UDP.
int32 destination_port = 5;String getSourceNetworkUri()
URI of the network where this packet originates from.
string source_network_uri = 6;com.google.protobuf.ByteString getSourceNetworkUriBytes()
URI of the network where this packet originates from.
string source_network_uri = 6;String getDestinationNetworkUri()
URI of the network where this packet is sent to.
string destination_network_uri = 7;com.google.protobuf.ByteString getDestinationNetworkUriBytes()
URI of the network where this packet is sent to.
string destination_network_uri = 7;String getSourceAgentUri()
URI of the source telemetry agent this packet originates from.
string source_agent_uri = 8;com.google.protobuf.ByteString getSourceAgentUriBytes()
URI of the source telemetry agent this packet originates from.
string source_agent_uri = 8;Copyright © 2022 Google LLC. All rights reserved.