Package com.google.cloud.compute.v1
Interface VpnTunnelsScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpnTunnelsScopedList
,VpnTunnelsScopedList.Builder
public interface VpnTunnelsScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVpnTunnelsList
List<VpnTunnel> getVpnTunnelsList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
-
getVpnTunnels
VpnTunnel getVpnTunnels(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
-
getVpnTunnelsCount
int getVpnTunnelsCount()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
-
getVpnTunnelsOrBuilderList
List<? extends VpnTunnelOrBuilder> getVpnTunnelsOrBuilderList()
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
-
getVpnTunnelsOrBuilder
VpnTunnelOrBuilder getVpnTunnelsOrBuilder(int index)
A list of VPN tunnels contained in this scope.
repeated .google.cloud.compute.v1.VpnTunnel vpn_tunnels = 163494080;
-
hasWarning
boolean hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-