com.google.appengine.tools.cloudstorage
Class GcsServiceFactory
- java.lang.Object
-
- com.google.appengine.tools.cloudstorage.GcsServiceFactory
-
public final class GcsServiceFactory extends Object
Provides implementations ofGcsService
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static GcsService
createGcsService()
static GcsService
createGcsService(GcsServiceOptions options)
static GcsService
createGcsService(RetryParams params)
-
-
-
Method Detail
-
createGcsService
public static GcsService createGcsService(RetryParams params)
-
createGcsService
public static GcsService createGcsService(GcsServiceOptions options)
-
createGcsService
public static GcsService createGcsService()
-
-
Copyright © 2016 Google. All rights reserved.