> + /**
> + * @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;
> + }
> +
> + /**
Ex.
InputType.builder().rules(rules).name(name).build() // build calls
auto factory method (one with SerializedNames)
as this is very likely to match what auto will do in the future.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/97/files#r20604469