Interface VpnTunnelsScopedListOrBuilder (1.51.0)

public interface VpnTunnelsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.