Interface TargetVpnGatewaysScopedListOrBuilder

    • Method Detail

      • getTargetVpnGatewaysList

        List<TargetVpnGateway> getTargetVpnGatewaysList()
         [Output Only] A list of target VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;
      • getTargetVpnGateways

        TargetVpnGateway getTargetVpnGateways​(int index)
         [Output Only] A list of target VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;
      • getTargetVpnGatewaysCount

        int getTargetVpnGatewaysCount()
         [Output Only] A list of target VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;
      • getTargetVpnGatewaysOrBuilderList

        List<? extends TargetVpnGatewayOrBuilder> getTargetVpnGatewaysOrBuilderList()
         [Output Only] A list of target VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;
      • getTargetVpnGatewaysOrBuilder

        TargetVpnGatewayOrBuilder getTargetVpnGatewaysOrBuilder​(int index)
         [Output Only] A list of target VPN gateways contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetVpnGateway target_vpn_gateways = 401770888;
      • hasWarning

        boolean hasWarning()
         [Output Only] 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()
         [Output Only] 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()
         [Output Only] Informational warning which replaces the list of addresses when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;