Interface TargetVpnGatewaysScopedListOrBuilder (1.51.0)

public interface TargetVpnGatewaysScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetVpnGateways(int index)

public abstract TargetVpnGateway getTargetVpnGateways(int index)

[Output Only] A list of target VPN gateways contained in this scope.

repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetVpnGateway

getTargetVpnGatewaysCount()

public abstract int getTargetVpnGatewaysCount()

[Output Only] A list of target VPN gateways contained in this scope.

repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;

Returns
TypeDescription
int

getTargetVpnGatewaysList()

public abstract List<TargetVpnGateway> getTargetVpnGatewaysList()

[Output Only] A list of target VPN gateways contained in this scope.

repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;

Returns
TypeDescription
List<TargetVpnGateway>

getTargetVpnGatewaysOrBuilder(int index)

public abstract TargetVpnGatewayOrBuilder getTargetVpnGatewaysOrBuilder(int index)

[Output Only] A list of target VPN gateways contained in this scope.

repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetVpnGatewayOrBuilder

getTargetVpnGatewaysOrBuilderList()

public abstract List<? extends TargetVpnGatewayOrBuilder> getTargetVpnGatewaysOrBuilderList()

[Output Only] A list of target VPN gateways contained in this scope.

repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;

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

getWarning()

public abstract Warning getWarning()

[Output Only] 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()

[Output Only] 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()

[Output Only] 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.