> + private static final String BUCKET_NAME = "jcloudtestbucket" + (int) > (Math.random() * 10000); > + > + private static final String BUCKET_NAME_WITHOPTIONS = > "jcloudtestbucketoptions" + (int) (Math.random() * 10000); > + > + private static final String LOG_BUCKET_NAME = "jcloudtestbucket" + (int) > (Math.random() * 10000); > + > + private Long metageneration; > + > + private BucketApi api() { > + return api.getBucketsApi(); > + } > + > + @Test(groups = "live") > + public void testCreateBucket() { > + > + BucketTemplate logTemplate = new > BucketTemplate().name(LOG_BUCKET_NAME);
Use the builder? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14533631