Class GoogleCloudStorageOAuthScopes
- java.lang.Object
-
- org.jclouds.googlecloudstorage.config.GoogleCloudStorageOAuthScopes
-
- All Implemented Interfaces:
org.jclouds.oauth.v2.config.OAuthScopes
public abstract class GoogleCloudStorageOAuthScopes extends Object implements org.jclouds.oauth.v2.config.OAuthScopes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GoogleCloudStorageOAuthScopescreate()List<String>forRequest(HttpRequest input)If the path contains or ends with/aclor/defaultObjectAcl, it needs full-control.
-
-
-
Method Detail
-
create
public static GoogleCloudStorageOAuthScopes create()
-
forRequest
public List<String> forRequest(HttpRequest input)
If the path contains or ends with/aclor/defaultObjectAcl, it needs full-control.- Specified by:
forRequestin interfaceorg.jclouds.oauth.v2.config.OAuthScopes
-
-