> FirewallApi firewallApi = api.firewalls();
>
> for (Firewall firewall : concat(firewallApi.list())) {
> - if (firewall == null ||
> !firewall.network().equals(network.selfLink())) {
> + if (firewall == null) {Can this be true at some point? Does the API return `null` objects int he returned Iterable? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/138/files#r29559584
