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 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;