A VPN tunnel that is associated with this VPN gateway.
There may be multiple VPN tunnels configured on a VPN gateway, and only
the one relevant to the test is displayed.
A VPN tunnel that is associated with this VPN gateway.
There may be multiple VPN tunnels configured on a VPN gateway, and only
the one relevant to the test is displayed.
[[["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 VpnGatewayInfoOrBuilder (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.VpnGatewayInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.networkmanagement.v1.VpnGatewayInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.networkmanagement.v1.VpnGatewayInfoOrBuilder) \n\n public interface VpnGatewayInfoOrBuilder 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### getDisplayName()\n\n public abstract String getDisplayName()\n\nName of a VPN gateway.\n\n`string display_name = 1;`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nName of a VPN gateway.\n\n`string display_name = 1;`\n\n### getIpAddress()\n\n public abstract String getIpAddress()\n\nIP address of the VPN gateway.\n\n`string ip_address = 4;`\n\n### getIpAddressBytes()\n\n public abstract ByteString getIpAddressBytes()\n\nIP address of the VPN gateway.\n\n`string ip_address = 4;`\n\n### getNetworkUri()\n\n public abstract String getNetworkUri()\n\nURI of a Compute Engine network where the VPN gateway is configured.\n\n`string network_uri = 3;`\n\n### getNetworkUriBytes()\n\n public abstract ByteString getNetworkUriBytes()\n\nURI of a Compute Engine network where the VPN gateway is configured.\n\n`string network_uri = 3;`\n\n### getRegion()\n\n public abstract String getRegion()\n\nName of a Google Cloud region where this VPN gateway is configured.\n\n`string region = 6;`\n\n### getRegionBytes()\n\n public abstract ByteString getRegionBytes()\n\nName of a Google Cloud region where this VPN gateway is configured.\n\n`string region = 6;`\n\n### getUri()\n\n public abstract String getUri()\n\nURI of a VPN gateway.\n\n`string uri = 2;`\n\n### getUriBytes()\n\n public abstract ByteString getUriBytes()\n\nURI of a VPN gateway.\n\n`string uri = 2;`\n\n### getVpnTunnelUri()\n\n public abstract String getVpnTunnelUri()\n\nA VPN tunnel that is associated with this VPN gateway.\nThere may be multiple VPN tunnels configured on a VPN gateway, and only\nthe one relevant to the test is displayed.\n\n`string vpn_tunnel_uri = 5;`\n\n### getVpnTunnelUriBytes()\n\n public abstract ByteString getVpnTunnelUriBytes()\n\nA VPN tunnel that is associated with this VPN gateway.\nThere may be multiple VPN tunnels configured on a VPN gateway, and only\nthe one relevant to the test is displayed.\n\n`string vpn_tunnel_uri = 5;`"]]