> +   /**
> +    * @see 
> org.jclouds.googlecomputeengine.domain.BackendService#getFingerprint()
> +    */
> +   public String getFingerprint() {
> +      return fingerprint;
> +   }
> +
> +   /**
> +    * @see 
> org.jclouds.googlecomputeengine.domain.BackendService#getFingerprint()
> +    */
> +   public BackendServiceOptions fingerprint(String fingerprint) {
> +      this.fingerprint = fingerprint;
> +      return this;
> +   }
> +
> +   /**

I was wondering about this. Are we going to convert options classes to auto 
before auto has builder patterns? From a user prospective I would imagine it is 
nice to work with builders. 

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

Reply via email to