public interface VpnGatewaysScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VpnGateway |
getVpnGateways(int index)
[Output Only] A list of VPN gateways contained in this scope.
|
int |
getVpnGatewaysCount()
[Output Only] A list of VPN gateways contained in this scope.
|
List<VpnGateway> |
getVpnGatewaysList()
[Output Only] A list of VPN gateways contained in this scope.
|
VpnGatewayOrBuilder |
getVpnGatewaysOrBuilder(int index)
[Output Only] A list of VPN gateways contained in this scope.
|
List<? extends VpnGatewayOrBuilder> |
getVpnGatewaysOrBuilderList()
[Output Only] A list of VPN gateways contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
|
boolean |
hasWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<VpnGateway> getVpnGatewaysList()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;VpnGateway getVpnGateways(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;int getVpnGatewaysCount()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;List<? extends VpnGatewayOrBuilder> getVpnGatewaysOrBuilderList()
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;VpnGatewayOrBuilder getVpnGatewaysOrBuilder(int index)
[Output Only] A list of VPN gateways contained in this scope.
repeated .google.cloud.compute.v1.VpnGateway vpn_gateways = 259177882;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;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;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;Copyright © 2023 Google LLC. All rights reserved.