public interface VpnTunnelsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVpnTunnels(int index)
public abstract VpnTunnel getVpnTunnels(int index)A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Name | Description |
| index | int |
| Type | Description |
| VpnTunnel |
getVpnTunnelsCount()
public abstract int getVpnTunnelsCount()A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Type | Description |
| int |
getVpnTunnelsList()
public abstract List<VpnTunnel> getVpnTunnelsList()A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Type | Description |
| List<VpnTunnel> |
getVpnTunnelsOrBuilder(int index)
public abstract VpnTunnelOrBuilder getVpnTunnelsOrBuilder(int index)A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Name | Description |
| index | int |
| Type | Description |
| VpnTunnelOrBuilder |
getVpnTunnelsOrBuilderList()
public abstract List<? extends VpnTunnelOrBuilder> getVpnTunnelsOrBuilderList()A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.VpnTunnelOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |