public interface VpnGatewayStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<VpnGatewayStatusVpnConnection> getVpnConnectionsList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
VpnGatewayStatusVpnConnection getVpnConnections(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
int getVpnConnectionsCount()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
List<? extends VpnGatewayStatusVpnConnectionOrBuilder> getVpnConnectionsOrBuilderList()
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
VpnGatewayStatusVpnConnectionOrBuilder getVpnConnectionsOrBuilder(int index)
List of VPN connection for this VpnGateway.
repeated .google.cloud.compute.v1.VpnGatewayStatusVpnConnection vpn_connections = 439334538;
Copyright © 2023 Google LLC. All rights reserved.