Package com.google.cloud.compute.v1
Interface VpnGatewayStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpnGatewayStatus
,VpnGatewayStatus.Builder
public interface VpnGatewayStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpnGatewayStatusVpnConnection
getVpnConnections(int index)
List of VPN connection for this VpnGateway.int
getVpnConnectionsCount()
List of VPN connection for this VpnGateway.List<VpnGatewayStatusVpnConnection>
getVpnConnectionsList()
List of VPN connection for this VpnGateway.VpnGatewayStatusVpnConnectionOrBuilder
getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.List<? extends VpnGatewayStatusVpnConnectionOrBuilder>
getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVpnConnectionsList
List<VpnGatewayStatusVpnConnection> getVpnConnectionsList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnections
VpnGatewayStatusVpnConnection getVpnConnections(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnectionsCount
int getVpnConnectionsCount()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnectionsOrBuilderList
List<? extends VpnGatewayStatusVpnConnectionOrBuilder> getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
getVpnConnectionsOrBuilder
VpnGatewayStatusVpnConnectionOrBuilder getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
-
-