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