Interface VpnGatewayInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpnGatewayInfo,VpnGatewayInfo.Builder
public interface VpnGatewayInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Name of a VPN gateway.com.google.protobuf.ByteStringgetDisplayNameBytes()Name of a VPN gateway.StringgetIpAddress()IP address of the VPN gateway.com.google.protobuf.ByteStringgetIpAddressBytes()IP address of the VPN gateway.StringgetNetworkUri()URI of a Compute Engine network where the VPN gateway is configured.com.google.protobuf.ByteStringgetNetworkUriBytes()URI of a Compute Engine network where the VPN gateway is configured.StringgetRegion()Name of a Google Cloud region where this VPN gateway is configured.com.google.protobuf.ByteStringgetRegionBytes()Name of a Google Cloud region where this VPN gateway is configured.StringgetUri()URI of a VPN gateway.com.google.protobuf.ByteStringgetUriBytes()URI of a VPN gateway.StringgetVpnTunnelUri()A VPN tunnel that is associated with this VPN gateway.com.google.protobuf.ByteStringgetVpnTunnelUriBytes()A VPN tunnel that is associated with this VPN gateway.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Name of a VPN gateway.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of a VPN gateway.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of a VPN gateway.
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of a VPN gateway.
string uri = 2;- Returns:
- The bytes for uri.
-
getNetworkUri
String getNetworkUri()
URI of a Compute Engine network where the VPN gateway is configured.
string network_uri = 3;- Returns:
- The networkUri.
-
getNetworkUriBytes
com.google.protobuf.ByteString getNetworkUriBytes()
URI of a Compute Engine network where the VPN gateway is configured.
string network_uri = 3;- Returns:
- The bytes for networkUri.
-
getIpAddress
String getIpAddress()
IP address of the VPN gateway.
string ip_address = 4;- Returns:
- The ipAddress.
-
getIpAddressBytes
com.google.protobuf.ByteString getIpAddressBytes()
IP address of the VPN gateway.
string ip_address = 4;- Returns:
- The bytes for ipAddress.
-
getVpnTunnelUri
String getVpnTunnelUri()
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.
string vpn_tunnel_uri = 5;- Returns:
- The vpnTunnelUri.
-
getVpnTunnelUriBytes
com.google.protobuf.ByteString getVpnTunnelUriBytes()
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.
string vpn_tunnel_uri = 5;- Returns:
- The bytes for vpnTunnelUri.
-
getRegion
String getRegion()
Name of a Google Cloud region where this VPN gateway is configured.
string region = 6;- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
Name of a Google Cloud region where this VPN gateway is configured.
string region = 6;- Returns:
- The bytes for region.
-
-