> +   /**
> +    * @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;
> +   }
> +
> +   /**

Deleted.

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

Reply via email to