> + */
> +@Beta
> +public class ForwardingRule extends Resource {
> +
> +   private final URI region;
> +   private final Optional<String> ipAddress;
> +   private final Optional<String> ipProtocol;
> +   private final Optional<String> portRange;
> +   private final URI target;
> +
> +   @ConstructorProperties({
> +           "id", "creationTimestamp", "selfLink", "name", "description", 
> "region", "IPAddress", "IPProtocol",
> +           "portRange", "target"
> +   })
> +   private ForwardingRule(String id, Date creationTimestamp, URI selfLink, 
> String name, String description,
> +                      URI region, String ipAddress, String ipProtocol, 
> String portRange, URI target) {

Mark nullable fields as `@Nullable`.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r15394066

Reply via email to