public interface TargetVpnGatewaysScopedListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
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. |