public interface VpnTunnelsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VpnTunnel |
getVpnTunnels(int index)
A list of VPN tunnels contained in this scope.
|
int |
getVpnTunnelsCount()
A list of VPN tunnels contained in this scope.
|
List<VpnTunnel> |
getVpnTunnelsList()
A list of VPN tunnels contained in this scope.
|
VpnTunnelOrBuilder |
getVpnTunnelsOrBuilder(int index)
A list of VPN tunnels contained in this scope.
|
List<? extends VpnTunnelOrBuilder> |
getVpnTunnelsOrBuilderList()
A list of VPN tunnels contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
|
boolean |
hasWarning()
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<VpnTunnel> getVpnTunnelsList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;VpnTunnel getVpnTunnels(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;int getVpnTunnelsCount()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;List<? extends VpnTunnelOrBuilder> getVpnTunnelsOrBuilderList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;VpnTunnelOrBuilder getVpnTunnelsOrBuilder(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;boolean hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
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.