Back to project page compute-getting-started-android.
The source code is released under:
Apache License
If you think the Android project compute-getting-started-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.google.devrel.samples.compute.android.tasks; //from ww w . j av a 2 s .c o m /** * Parameters passed to a {@code ZoneOperationTask}. * * @author paul.rashidi@google.com (Paul Rashidi) */ public class ZoneOperationParameters { public com.google.api.services.compute.ComputeRequest computeOperation; public String zone; }