Class GcsStorageService.Factory
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.appengine.artifacts.GcsStorageService.Factory
-
- Enclosing class:
- GcsStorageService
public static class GcsStorageService.Factory extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GcsStorageServicenewForCredentials(java.lang.String credentialsPath)
-
-
-
Constructor Detail
-
Factory
public Factory(java.lang.String applicationName) throws java.io.IOException, java.security.GeneralSecurityException- Throws:
java.io.IOExceptionjava.security.GeneralSecurityException
-
Factory
public Factory(java.lang.String applicationName, com.google.api.client.http.HttpTransport transport, com.google.api.client.json.JsonFactory jsonFactory)
-
-
Method Detail
-
newForCredentials
public GcsStorageService newForCredentials(java.lang.String credentialsPath) throws java.io.IOException
- Throws:
java.io.IOException
-
-