[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface EndpointInfoOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.networkmanagement.v1.EndpointInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.networkmanagement.v1.EndpointInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.networkmanagement.v1.EndpointInfoOrBuilder) \n\n public interface EndpointInfoOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getDestinationIp()\n\n public abstract String getDestinationIp()\n\nDestination IP address.\n\n`string destination_ip = 2;`\n\n### getDestinationIpBytes()\n\n public abstract ByteString getDestinationIpBytes()\n\nDestination IP address.\n\n`string destination_ip = 2;`\n\n### getDestinationNetworkUri()\n\n public abstract String getDestinationNetworkUri()\n\nURI of the network where this packet is sent to.\n\n`string destination_network_uri = 7;`\n\n### getDestinationNetworkUriBytes()\n\n public abstract ByteString getDestinationNetworkUriBytes()\n\nURI of the network where this packet is sent to.\n\n`string destination_network_uri = 7;`\n\n### getDestinationPort()\n\n public abstract int getDestinationPort()\n\nDestination port. Only valid when protocol is TCP or UDP.\n\n`int32 destination_port = 5;`\n\n### getProtocol()\n\n public abstract String getProtocol()\n\nIP protocol in string format, for example: \"TCP\", \"UDP\", \"ICMP\".\n\n`string protocol = 3;`\n\n### getProtocolBytes()\n\n public abstract ByteString getProtocolBytes()\n\nIP protocol in string format, for example: \"TCP\", \"UDP\", \"ICMP\".\n\n`string protocol = 3;`\n\n### getSourceIp()\n\n public abstract String getSourceIp()\n\nSource IP address.\n\n`string source_ip = 1;`\n\n### getSourceIpBytes()\n\n public abstract ByteString getSourceIpBytes()\n\nSource IP address.\n\n`string source_ip = 1;`\n\n### getSourceNetworkUri()\n\n public abstract String getSourceNetworkUri()\n\nURI of the network where this packet originates from.\n\n`string source_network_uri = 6;`\n\n### getSourceNetworkUriBytes()\n\n public abstract ByteString getSourceNetworkUriBytes()\n\nURI of the network where this packet originates from.\n\n`string source_network_uri = 6;`\n\n### getSourcePort()\n\n public abstract int getSourcePort()\n\nSource port. Only valid when protocol is TCP or UDP.\n\n`int32 source_port = 4;`"]]