public interface VpnTunnelsScopedListOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the warning field is set. |