> + /**
> + * @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;
> + }
> +
> + /**
For input objects, we can add builders in the mean time. Ex
think AttachDisk, except adding AttachDisk.Builder with straight-forward
builder methods for each field.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20604365