public interface VpnGatewaysScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getVpnGateways(int index)
public abstract VpnGateway getVpnGateways(int index)[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Name | Description |
| index | int |
| Type | Description |
| VpnGateway |
getVpnGatewaysCount()
public abstract int getVpnGatewaysCount()[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Type | Description |
| int |
getVpnGatewaysList()
public abstract List<VpnGateway> getVpnGatewaysList()[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Type | Description |
| List<VpnGateway> |
getVpnGatewaysOrBuilder(int index)
public abstract VpnGatewayOrBuilder getVpnGatewaysOrBuilder(int index)[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Name | Description |
| index | int |
| Type | Description |
| VpnGatewayOrBuilder |
getVpnGatewaysOrBuilderList()
public abstract List<? extends VpnGatewayOrBuilder> getVpnGatewaysOrBuilderList()[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.VpnGatewayOrBuilder> |
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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |