Interface VpnGatewayStatusOrBuilder (1.46.0)

public interface VpnGatewayStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getVpnConnections(int index)

public abstract VpnGatewayStatusVpnConnection getVpnConnections(int index)

List of VPN connection for this VpnGateway.

repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;

Parameter
NameDescription
indexint
Returns
TypeDescription
VpnGatewayStatusVpnConnection

getVpnConnectionsCount()

public abstract int getVpnConnectionsCount()

List of VPN connection for this VpnGateway.

repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;

Returns
TypeDescription
int

getVpnConnectionsList()

public abstract List<VpnGatewayStatusVpnConnection> getVpnConnectionsList()

List of VPN connection for this VpnGateway.

repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;

Returns
TypeDescription
List<VpnGatewayStatusVpnConnection>

getVpnConnectionsOrBuilder(int index)

public abstract VpnGatewayStatusVpnConnectionOrBuilder getVpnConnectionsOrBuilder(int index)

List of VPN connection for this VpnGateway.

repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;

Parameter
NameDescription
indexint
Returns
TypeDescription
VpnGatewayStatusVpnConnectionOrBuilder

getVpnConnectionsOrBuilderList()

public abstract List<? extends VpnGatewayStatusVpnConnectionOrBuilder> getVpnConnectionsOrBuilderList()

List of VPN connection for this VpnGateway.

repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.VpnGatewayStatusVpnConnectionOrBuilder>